ClickHouse/utils/grammar
2020-08-11 22:35:28 +08:00
..
ClickHouseLexer.g4 antlr4 support complete create table grammar 2020-08-11 22:35:28 +08:00
ClickHouseParser.g4 fixbug Nullable(String) 2020-08-11 09:43:28 +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.