Docs.rs
  • clickhouse-sql-parser-0.1.2
    • clickhouse-sql-parser 0.1.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • chernomor
    • Dependencies
      • nom ^5.1.2 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

clickhouse_sql_parser0.1.2

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Functions

Crate clickhouse_sql_parser

Source

Re-exports§

pub use nom;

Modules§

column
create
table

Structs§

SqlTypeOpts

Enums§

ErrorKind
indicates which parser returned an error
NomErr
The Err enum indicates the parser was not successful
SqlQuery
SqlType
TypeSize
TypeSize16

Functions§

as_alias
column_identifier_no_alias
correct_identifier
delim_digit
escape_identifier
is_sql_identifier
parse_query
parse_query_bytes
schema_table_reference
sql_identifier
sql_query
statement_terminator
ws_sep_comma