chernomor / clickhouse-sql-parser

Rust parser for Clickhouse SQL dialect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An incomplete Rust parser for Clickhouse SQL dialect.

Inspired by nom-sql and written using nom.

Status: basic support for CREATE TABLE statement. Engines options parsed as String. Columns parsed as structs with all options (type, codecs, ttl, comment and so on).

About

Rust parser for Clickhouse SQL dialect.

License:MIT License


Languages

Language:Rust 86.8%Language:TSQL 13.2%