Docs.rs
datafusion-physical-expr-common-40.0.0
datafusion-physical-expr-common 40.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 ^52.1.0
normal
datafusion-common ^40.0.0
normal
datafusion-expr ^40.0.0
normal
hashbrown ^0.14.5
normal
rand ^0.8
normal
Versions
79.07%
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
40.0.0
Module physical_expr
Traits
Functions
In crate datafusion_physical_expr_common
Module
datafusion_physical_expr_common
::
physical_expr
Copy item path
source
·
[
−
]
Traits
§
PhysicalExpr
See
create_physical_expr
for examples of creating
PhysicalExpr
from
Expr
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()
.