Docs.rs
kimberlite-query-0.4.0
kimberlite-query 0.4.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jrey8343
Dependencies
base64 ^0.22
normal
bytes ^1
normal
kimberlite-store ^0.4.0
normal
kimberlite-types ^0.4.0
normal
rust_decimal ^1.33
normal
serde ^1
normal
serde_json ^1
normal
sqlparser ^0.54
normal
thiserror ^2
normal
proptest ^1
dev
test-case ^3
dev
Versions
85.55%
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
Row
kimberlite_
query
0.4.0
Row
Aliased Type
In crate kimberlite_
query
kimberlite_query
Type Alias
Row
Copy item path
Source
pub type Row =
Vec
<
Value
>;
Expand description
A single result row.
Aliased Type
ยง
pub struct Row {
/* private fields */
}