0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
posthog/hogql_parser
Tom Owers d946f661f2
feat(hogql): Allow a placeholder to be used in place of a select statement (#19767)
* Allow a placeholder to be used in place of a select statement in a union all

* Updated the hogql parser version

* Use new hogql-parser version

* Fixed tests

* Update query snapshots

* Update query snapshots

* Rejigged the g4 file

* Updated mypy

* Updated mypy

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-18 15:14:39 +00:00
..
__init__.pyi
.clang-format
.gitignore
CONTRIBUTING.md chore(hogql): Fix some hogql_parser docs typos (#19627) 2024-01-08 09:18:48 +01:00
error.cpp
error.h
HogQLLexer.cpp
HogQLLexer.h
HogQLLexer.interp
HogQLLexer.tokens
HogQLParser.cpp feat(hogql): Allow a placeholder to be used in place of a select statement (#19767) 2024-01-18 15:14:39 +00:00
HogQLParser.h feat(hogql): Allow a placeholder to be used in place of a select statement (#19767) 2024-01-18 15:14:39 +00:00
HogQLParser.interp feat(hogql): Allow a placeholder to be used in place of a select statement (#19767) 2024-01-18 15:14:39 +00:00
HogQLParser.tokens
HogQLParserBaseVisitor.cpp
HogQLParserBaseVisitor.h
HogQLParserVisitor.cpp
HogQLParserVisitor.h
parser.cpp feat(hogql): Allow a placeholder to be used in place of a select statement (#19767) 2024-01-18 15:14:39 +00:00
parser.h
py.typed
pyproject.toml chore(hogql): Fix some hogql_parser docs typos (#19627) 2024-01-08 09:18:48 +01:00
README.md
setup.py feat(hogql): Allow a placeholder to be used in place of a select statement (#19767) 2024-01-18 15:14:39 +00:00
string.cpp
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.