Docs.rs
sochdb-query-0.5.0
sochdb-query 0.5.0
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
sushanthpy
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
dirs ^5.0
normal
moka ^0.12
normal
ndarray ^0.15
normal
once_cell ^1.19
normal
parking_lot ^0.12
normal
rand ^0.8
normal
regex ^1.10
normal
semver ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
sochdb-core ^0.5.0
normal
sochdb-index ^0.5.0
normal
sochdb-storage ^0.5.0
normal
thiserror ^1.0
normal
tracing ^0.1
normal
tempfile ^3.8
dev
Versions
65.14%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module parser
sochdb_
query
0.5.0
Module parser
Module Items
Structs
In sochdb_
query::
sql
sochdb_query
::
sql
Module
parser
Copy item path
Source
Expand description
SQL Parser
Recursive descent parser for SQL grammar. Produces AST from token stream.
Structs
ยง
Parse
Error
Parser errors
Parser
SQL Parser