0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
posthog/hogql_parser
Thomas Obermüller 1812d8a523
feat(hogql): support join USING (replaces #21916) (#22378)
---------

Co-authored-by: Nikita Vorobev <nikitaevg@google.com>
2024-05-21 20:46:36 +02:00
..
__init__.pyi
.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
HogQLLexer.h
HogQLLexer.interp
HogQLLexer.tokens
HogQLParser.cpp fix(hogql): remove unsupported extract(..from..) (#21157) 2024-03-27 17:05:09 +01:00
HogQLParser.h fix(hogql): remove unsupported extract(..from..) (#21157) 2024-03-27 17:05:09 +01:00
HogQLParser.interp fix(hogql): remove unsupported extract(..from..) (#21157) 2024-03-27 17:05:09 +01:00
HogQLParser.tokens
HogQLParserBaseVisitor.cpp
HogQLParserBaseVisitor.h fix(hogql): remove unsupported extract(..from..) (#21157) 2024-03-27 17:05:09 +01:00
HogQLParserVisitor.cpp
HogQLParserVisitor.h fix(hogql): remove unsupported extract(..from..) (#21157) 2024-03-27 17:05:09 +01:00
parser.cpp feat(hogql): support join USING (replaces #21916) (#22378) 2024-05-21 20:46:36 +02:00
parser.h
py.typed
pyproject.toml
README.md
setup.py feat(hogql): support join USING (replaces #21916) (#22378) 2024-05-21 20:46:36 +02:00
string.cpp fix(hogql): Only expose HogQL exceptions relevant to users (#21329) 2024-04-05 11:39:20 +00: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.