0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
posthog/hogql_parser
..
__init__.pyi
.clang-format
.gitignore
CONTRIBUTING.md
error.cpp
error.h
HogQLLexer.cpp
HogQLLexer.h feat(hog): f-strings (#22577) 2024-05-30 20:32:39 +02:00
HogQLLexer.interp
HogQLLexer.tokens feat(hog): f-strings (#22577) 2024-05-30 20:32:39 +02:00
HogQLParser.cpp
HogQLParser.h
HogQLParser.interp
HogQLParser.tokens feat(hog): f-strings (#22577) 2024-05-30 20:32:39 +02:00
HogQLParserBaseVisitor.cpp
HogQLParserBaseVisitor.h
HogQLParserVisitor.cpp
HogQLParserVisitor.h
parser.cpp
parser.h
py.typed
pyproject.toml
README.md
setup.py
string.cpp feat(hog): f-strings (#22577) 2024-05-30 20:32:39 +02:00
string.h feat(hog): f-strings (#22577) 2024-05-30 20:32:39 +02: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.