0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/hogql_parser
2024-06-25 21:52:29 +02:00
..
__init__.pyi feat(hog): C++ parser (#23100) 2024-06-21 11:22:39 -05:00
.clang-format
.gitignore
CONTRIBUTING.md
error.cpp
error.h
HogQLLexer.cpp feat(hog): for loops and nicer bytecode on /debug, (#22952) 2024-06-13 16:10:37 +00:00
HogQLLexer.h fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLLexer.interp feat(hog): for loops and nicer bytecode on /debug, (#22952) 2024-06-13 16:10:37 +00:00
HogQLLexer.tokens fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLParser.cpp feat(hog): C++ parser (#23100) 2024-06-21 11:22:39 -05:00
HogQLParser.h feat(hog): C++ parser (#23100) 2024-06-21 11:22:39 -05:00
HogQLParser.interp feat(hog): C++ parser (#23100) 2024-06-21 11:22:39 -05:00
HogQLParser.tokens fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLParserBaseVisitor.cpp
HogQLParserBaseVisitor.h feat(hog): for loops and nicer bytecode on /debug, (#22952) 2024-06-13 16:10:37 +00:00
HogQLParserVisitor.cpp
HogQLParserVisitor.h feat(hog): for loops and nicer bytecode on /debug, (#22952) 2024-06-13 16:10:37 +00:00
parser.cpp fix(hog): C++ parser exception (#23232) 2024-06-25 21:52:29 +02:00
parser.h
py.typed
pyproject.toml
README.md
setup.py fix(hog): C++ parser exception (#23232) 2024-06-25 21:52:29 +02:00
string.cpp
string.h

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.