Docs.rs
sochdb-query-2.0.0
sochdb-query 2.0.0
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
ring ^0.17
normal
semver ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
sochdb-core ^2.0.0
normal
sochdb-index ^2.0.0
normal
sochdb-storage ^2.0.0
normal
thiserror ^1.0
normal
tracing ^0.1
normal
tempfile ^3.8
dev
Versions
65.58%
of the crate is documented
Go to latest version
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 types
sochdb_
query
2.0.0
Module types
Module Items
Structs
Type Aliases
In sochdb_
query::
executor
sochdb_query
::
executor
Module
types
Copy item path
Source
Expand description
Core types for the Volcano executor.
Structs
§
Column
Meta
Column metadata.
Schema
Schema: ordered list of columns defining the row layout.
Type Aliases
§
Row
A single row: positional values matching the schema column order.