0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/hogql_parser
Tom Owers 59a15230fc
feat(data-warehouse): Added the ability to use dashboard filters in BI queries (#24033)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Matloka <dev@twixes.com>
2024-07-31 13:20:23 +01:00
..
__init__.pyi feat(hog): C++ parser (#23100) 2024-06-21 11:22:39 -05:00
.clang-format
.gitignore
CONTRIBUTING.md feat(hogql): support join USING (replaces #21916) (#22378) 2024-05-21 20:46:36 +02:00
error.cpp
error.h
HogQLLexer.cpp feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
HogQLLexer.h feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
HogQLLexer.interp feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
HogQLLexer.tokens feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
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 feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
HogQLParserBaseVisitor.cpp
HogQLParserBaseVisitor.h feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
HogQLParserVisitor.cpp
HogQLParserVisitor.h feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
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(data-warehouse): Added the ability to use dashboard filters in BI queries (#24033) 2024-07-31 13:20:23 +01: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.