0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00
posthog/hogql_parser
Marius Andra 9ff42460b9
feat(hogql): placeholder expressions (attempt 2) (#25216)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-26 12:33:37 +02: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 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 feat(hog): make it fun (#24665) 2024-08-30 11:51:36 +02:00
HogQLLexer.h feat(hog): make it fun (#24665) 2024-08-30 11:51:36 +02:00
HogQLLexer.interp feat(hog): make it fun (#24665) 2024-08-30 11:51:36 +02:00
HogQLLexer.tokens feat(hog): make it fun (#24665) 2024-08-30 11:51:36 +02:00
HogQLParser.cpp feat(hogql): placeholder expressions (attempt 2) (#25216) 2024-09-26 12:33:37 +02:00
HogQLParser.h feat(hogql): placeholder expressions (attempt 2) (#25216) 2024-09-26 12:33:37 +02:00
HogQLParser.interp feat(hogql): placeholder expressions (attempt 2) (#25216) 2024-09-26 12:33:37 +02:00
HogQLParser.tokens feat(hog): make it fun (#24665) 2024-08-30 11:51:36 +02:00
HogQLParserBaseVisitor.cpp feat(hog): parser updates for lambdas (#24575) 2024-08-27 11:21:36 +02:00
HogQLParserBaseVisitor.h feat(hog): parser updates for lambdas (#24575) 2024-08-27 11:21:36 +02:00
HogQLParserVisitor.cpp feat(hog): parser updates for lambdas (#24575) 2024-08-27 11:21:36 +02:00
HogQLParserVisitor.h feat(hog): parser updates for lambdas (#24575) 2024-08-27 11:21:36 +02:00
parser.cpp feat(hogql): placeholder expressions (attempt 2) (#25216) 2024-09-26 12:33:37 +02:00
parser.h
py.typed
pyproject.toml feat(hogql): placeholder expressions (attempt 2) (#25216) 2024-09-26 12:33:37 +02:00
README.md
setup.py feat(hogql): placeholder expressions (attempt 2) (#25216) 2024-09-26 12:33:37 +02:00
string.cpp feat(hog): escape curlies properly (#24311) 2024-08-12 16:30:52 +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.