Docs.rs
datafusion-physical-plan-46.0.0
datafusion-physical-plan 46.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
Dependencies
ahash ^0.8
normal
arrow ^54.2.1
normal
arrow-ord ^54.1.0
normal
arrow-schema ^54.1.0
normal
async-trait ^0.1.73
normal
chrono ^0.4.38
normal
datafusion-common ^46.0.0
normal
datafusion-common-runtime ^46.0.0
normal
datafusion-execution ^46.0.0
normal
datafusion-expr ^46.0.0
normal
datafusion-functions-window-common ^46.0.0
normal
datafusion-physical-expr ^46.0.0
normal
datafusion-physical-expr-common ^46.0.0
normal
futures ^0.3
normal
half ^2.2.1
normal
hashbrown ^0.14.5
normal
indexmap ^2.7.1
normal
itertools ^0.14
normal
log ^0.4
normal
parking_lot ^0.12
normal
pin-project-lite ^0.2.7
normal
tokio ^1.43
normal
criterion ^0.5.1
dev
datafusion-functions-aggregate ^46.0.0
dev
datafusion-functions-window ^46.0.0
dev
rand ^0.8.5
dev
rstest ^0.24.0
dev
rstest_reuse ^0.7.0
dev
tokio ^1.43
dev
Versions
89.69%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
46.0.0
In datafusion_
physical_
plan::
projection
datafusion_physical_plan
::
projection
Type Alias
JoinOnRef
Copy item path
Source
pub type JoinOnRef<'a> = &'a [(
PhysicalExprRef
,
PhysicalExprRef
)];
Expand description
Reference for JoinOn.