0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/hogql_parser
Marius Andra 0be448856b
feat(hog): escape curlies properly (#24311)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-12 16:30:52 +02:00
..
__init__.pyi
.clang-format
.gitignore
CONTRIBUTING.md
error.cpp
error.h
HogQLLexer.cpp
HogQLLexer.h
HogQLLexer.interp
HogQLLexer.tokens
HogQLParser.cpp feat(data-warehouse): Added the ability to use dashboard filters in BI queries (#24033) 2024-07-31 13:20:23 +01:00
HogQLParser.h feat(data-warehouse): Added the ability to use dashboard filters in BI queries (#24033) 2024-07-31 13:20:23 +01:00
HogQLParser.interp feat(data-warehouse): Added the ability to use dashboard filters in BI queries (#24033) 2024-07-31 13:20:23 +01:00
HogQLParser.tokens
HogQLParserBaseVisitor.cpp
HogQLParserBaseVisitor.h
HogQLParserVisitor.cpp
HogQLParserVisitor.h
parser.cpp feat(data-warehouse): Added the ability to use dashboard filters in BI queries (#24033) 2024-07-31 13:20:23 +01:00
parser.h
py.typed
pyproject.toml
README.md
setup.py feat(hog): escape curlies properly (#24311) 2024-08-12 16:30:52 +02:00
string.cpp feat(hog): escape curlies properly (#24311) 2024-08-12 16:30:52 +02:00
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.