ClickHouse/utils/grammar
2019-12-19 20:33:49 +08:00
..
ClickHouseLexer.g4 Added ANTLR4 grammar #7595 2019-11-03 14:10:03 +03:00
ClickHouseParser.g4 fix bug in select_with_query 2019-12-19 20:33:49 +08:00
README.md Update README.md 2019-11-03 14:12:36 +03:00

ClickHouse grammar for ANTLR4

Authors: Yuriy Galitskiy (orantius, https://github.com/duremar), Sergey Serebryanik (serebrserg, https://github.com/serebrserg), Efim Pyshnograev (graev).

Initially developed for Yandex.Metrica product and published under Apache 2.0 license with permission from Yandex. It has also found its usage in DataGrip product.

It is not used in ClickHouse directly and is not synchronized with ClickHouse C++ code. Neither supported or tested. Any help welcome.