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 limit
sochdb_
query
2.0.0
Module limit
Module Items
Structs
In sochdb_
query::
executor
sochdb_query
::
executor
Module
limit
Copy item path
Source
Expand description
Limit + Offset operator.
Structs
ยง
Limit
Node
Limit operator: skips
offset
rows, then returns at most
limit
rows.