0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
posthog/hogql_parser
Sandy Spicer 447a18930f
feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-29 11:31:56 -07:00
..
__init__.pyi feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
.clang-format
.gitignore
CONTRIBUTING.md
error.cpp
error.h
HogQLLexer.cpp feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
HogQLLexer.h feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
HogQLLexer.interp feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
HogQLLexer.tokens feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
HogQLParser.cpp feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
HogQLParser.h feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
HogQLParser.interp feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
HogQLParser.tokens feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
HogQLParserBaseVisitor.cpp
HogQLParserBaseVisitor.h feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
HogQLParserVisitor.cpp
HogQLParserVisitor.h feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
parser.cpp feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
parser.h perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
py.typed
pyproject.toml feat(hogql): placeholder expressions (attempt 2) (#25216) 2024-09-26 12:33:37 +02:00
README.md perf: Parse HogQL with C++ for a huge speedup (#17659) 2023-10-13 13:58:08 +00:00
setup.py feat: add "INTERSECT" and "EXCEPT" to HogQL (#25737) 2024-10-29 11:31:56 -07:00
string.cpp
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.