Docs.rs
datafusion-physical-plan-43.0.0
datafusion-physical-plan 43.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
Dependencies
ahash ^0.8
normal
arrow ^53.2.0
normal
arrow-array ^53.2.0
normal
arrow-buffer ^53.2.0
normal
arrow-ord ^53.2.0
normal
arrow-schema ^53.2.0
normal
async-trait ^0.1.73
normal
chrono ^0.4.38
normal
datafusion-common ^43.0.0
normal
datafusion-common-runtime ^43.0.0
normal
datafusion-execution ^43.0.0
normal
datafusion-expr ^43.0.0
normal
datafusion-functions-aggregate-common ^43.0.0
normal
datafusion-functions-window-common ^43.0.0
normal
datafusion-physical-expr ^43.0.0
normal
datafusion-physical-expr-common ^43.0.0
normal
futures ^0.3
normal
half ^2.2.1
normal
hashbrown ^0.14.5
normal
indexmap ^2.0.0
normal
itertools ^0.13
normal
log ^0.4
normal
once_cell ^1.18.0
normal
parking_lot ^0.12
normal
pin-project-lite ^0.2.7
normal
rand ^0.8
normal
tokio ^1.36
normal
criterion ^0.5
dev
datafusion-functions-aggregate ^43.0.0
dev
rstest ^0.23.0
dev
rstest_reuse ^0.7.0
dev
tokio ^1.36
dev
Versions
90.31%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
datafusion_
physical_
plan
43.0.0
In datafusion_
physical_
plan::
display
datafusion_physical_plan
::
display
Function
display_orderings
Copy item path
Source
pub fn display_orderings( f: &mut
Formatter
<'_>, orderings: &[
LexOrdering
], ) ->
Result