0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/hogql_parser
2024-06-04 15:24:59 +00:00
..
__init__.pyi feat(hog): f-strings (#22577) 2024-05-30 20:32:39 +02:00
.clang-format
.gitignore
CONTRIBUTING.md feat(hogql): support join USING (replaces #21916) (#22378) 2024-05-21 20:46:36 +02:00
error.cpp fix(hogql): Only expose HogQL exceptions relevant to users (#21329) 2024-04-05 11:39:20 +00:00
error.h fix(hogql): Only expose HogQL exceptions relevant to users (#21329) 2024-04-05 11:39:20 +00:00
HogQLLexer.cpp fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLLexer.h fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLLexer.interp fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLLexer.tokens fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLParser.cpp fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLParser.h fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLParser.interp fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLParser.tokens fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
HogQLParserBaseVisitor.cpp
HogQLParserBaseVisitor.h feat(hog): dicts and arrays (#22618) 2024-06-04 12:11:13 +00:00
HogQLParserVisitor.cpp
HogQLParserVisitor.h feat(hog): dicts and arrays (#22618) 2024-06-04 12:11:13 +00:00
parser.cpp feat(hog): dicts and arrays (#22618) 2024-06-04 12:11:13 +00:00
parser.h
py.typed
pyproject.toml
README.md
setup.py fix(hog): property assigment via dots (#22659) 2024-06-04 15:24:59 +00:00
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.