Docs.rs
dkit-core-1.0.1
dkit-core 1.0.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
syangkkim
Dependencies
anyhow ^1
normal
arrow ^53
normal
optional
bytes ^1
normal
optional
calamine ^0.26
normal
optional
csv ^1
normal
indexmap ^2
normal
jsonschema ^0.17
normal
parquet ^53
normal
optional
quick-xml ^0.37
normal
optional
rand ^0.8
normal
rmp-serde ^1
normal
optional
rusqlite ^0.31
normal
optional
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
thiserror ^1
normal
toml ^0.8
normal
criterion ^0.5
dev
tempfile ^3
dev
Versions
56.3%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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 query
dkit_
core
1.0.1
Module query
Module Items
Modules
In crate dkit_
core
dkit_core
Module
query
Copy item path
Source
Expand description
Query engine: parser, evaluator, filter operations, and built-in functions.
Modules
ยง
evaluator
Path evaluator โ navigates a
Value
tree using parsed paths.
filter
Pipeline filter operations (where, sort, limit, aggregation, etc.).
functions
Built-in query functions (string, math, date, type conversion).
parser
Query parser โ converts query strings into an AST.