Docs.rs
datafusion-physical-expr-common-42.0.0
datafusion-physical-expr-common 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
datafusion-common ^42.0.0
normal
datafusion-expr-common ^42.0.0
normal
hashbrown ^0.14.5
normal
rand ^0.8
normal
Versions
86.87%
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_
common
42.0.0
Module physical_
expr
Module Items
Traits
Functions
In crate datafusion_
physical_
expr_
common
Module
datafusion_physical_expr_common
::
physical_expr
Copy item path
source
·
[
−
]
Traits
§
Physical
Expr
PhysicalExpr
s represent expressions such as
A + 1
or
CAST(c1 AS int)
.
Functions
§
down_
cast_
any_
ref
with_
new_
children_
if_
necessary
Returns a copy of this expr if we change any child according to the pointer comparison. The size of
children
must be equal to the size of
PhysicalExpr::children()
.