Files
posthog/common/hogql_parser
Tom Owers 503c342d27 feat(hogql): between operator - take 2 (#40285)
Co-authored-by: eric <eric@posthog.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marius Andra <marius.andra@gmail.com>
Co-authored-by: Andrew J. McGehee <andrewjmcgehee.us@gmail.com>
2025-11-04 17:43:24 -06:00
..

HogQL Parser

Blazing fast HogQL parsing. This package can only work in the context of the PostHog Django app, as it imports from posthog.hogql.

You can test changes locally by running pip install ./hogql_parser