Docs.rs
citadeldb-sql-0.2.1
citadeldb-sql 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
yp3y5akh0v
Dependencies
citadeldb ^0.2.1
normal
citadeldb-core ^0.2.1
normal
citadeldb-txn ^0.2.1
normal
lru ^0.12
normal
sqlparser ^0.61
normal
thiserror ^2.0
normal
tempfile ^3
dev
Versions
16.04%
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
explain
citadel_
sql
0.2.1
In citadel_
sql::
executor
citadel_sql
::
executor
Function
explain
Copy item path
Source
pub fn explain( schema: &
SchemaManager
, stmt: &
Statement
, ) ->
Result
<
ExecutionResult
>