Docs.rs
datafusion-sql-38.0.0
datafusion-sql 38.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
xudong963
Dependencies
arrow ^51.0.0
normal
arrow-array ^51.0.0
normal
arrow-schema ^51.0.0
normal
datafusion-common ^38.0.0
normal
datafusion-expr ^38.0.0
normal
log ^0.4
normal
sqlparser ^0.45.0
normal
strum ^0.26.1
normal
ctor ^0.2.0
dev
datafusion-functions ^38.0.0
dev
env_logger ^0.11
dev
paste ^1.0
dev
rstest ^0.19.0
dev
Versions
73.47%
of the crate is documented
Go to latest version
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
datafusion_sql
38.0.0
Module dialect
Structs
Traits
In datafusion_sql::unparser
Module
datafusion_sql
::
unparser
::
dialect
Copy item path
source
·
[
−
]
Structs
§
CustomDialect
DefaultDialect
MySqlDialect
PostgreSqlDialect
SqliteDialect
Traits
§
Dialect
Dialect is used to capture dialect specific syntax. Note: this trait will eventually be replaced by the Dialect in the SQLparser package