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 perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
HogQLLexer.cpp
HogQLLexer.h perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
HogQLLexer.interp
HogQLLexer.tokens perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
HogQLParser.cpp
HogQLParser.h
HogQLParser.interp
HogQLParser.tokens perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
HogQLParserBaseVisitor.cpp perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
HogQLParserBaseVisitor.h
HogQLParserVisitor.cpp perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
HogQLParserVisitor.h
parser.cpp
parser.h
py.typed
pyproject.toml perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
README.md perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
setup.py
string.cpp
string.h perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +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.