Files
posthog/common/hogql_parser
timgl 1c1c9182da feat: Add correct support for LIMIT BY clauses (#29319)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Matloka <michael@matloka.com>
Co-authored-by: Michael Matloka <dev@twixes.com>
2025-03-04 22:04:29 +00: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