Docs.rs
datafusion-physical-expr-42.0.0
datafusion-physical-expr 42.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
xudong963
Dependencies
ahash ^0.8
normal
arrow ^53.0.0
normal
arrow-array ^53.0.0
normal
arrow-buffer ^53.0.0
normal
arrow-ord ^53.0.0
normal
arrow-schema ^53.0.0
normal
arrow-string ^53.0.0
normal
base64 ^0.22
normal
optional
chrono ^0.4.34
normal
datafusion-common ^42.0.0
normal
datafusion-execution ^42.0.0
normal
datafusion-expr ^42.0.0
normal
datafusion-expr-common ^42.0.0
normal
datafusion-functions-aggregate-common ^42.0.0
normal
datafusion-physical-expr-common ^42.0.0
normal
half ^2.2.1
normal
hashbrown ^0.14.5
normal
hex ^0.4
normal
optional
indexmap ^2.0.0
normal
itertools ^0.13
normal
log ^0.4
normal
paste ^1.0
normal
petgraph ^0.6.2
normal
regex ^1.8
normal
optional
arrow ^53.0.0
dev
criterion ^0.5
dev
rand ^0.8
dev
rstest ^0.22.0
dev
tokio ^1.36
dev
Versions
69.83%
of the crate is documented
Go to latest version
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
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
datafusion_
physical_
expr
42.0.0
Module execution_
props
Module Items
Structs
Enums
Traits
In crate datafusion_
physical_
expr
Module
datafusion_physical_expr
::
execution_props
Copy item path
source
·
[
−
]
Structs
§
Execution
Props
Holds per-query execution properties and data (such as statement starting timestamps).
Enums
§
VarType
Variable type, system/user defined
Traits
§
VarProvider
A var provider for
@variable
and
@@variable
runtime values.