datafusion-physical-expr-common

Crates.iodatafusion-physical-expr-common
lib.rsdatafusion-physical-expr-common
version52.1.0
created_at2024-05-10 15:49:38.701551+00
updated_at2026-01-23 17:19:12.527926+00
descriptionCommon functionality of physical expression for DataFusion query engine
homepagehttps://datafusion.apache.org
repositoryhttps://github.com/apache/datafusion
max_upload_size
id1236134
size297,266
Andrew Lamb (alamb)

documentation

README

Apache DataFusion Core Physical Expressions

Apache DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate is a submodule of DataFusion that provides shared APIs for implementing physical expressions such as PhysicalExpr and PhysicalSortExpr.

Most projects should use the datafusion crate directly, which re-exports this module. If you are already using the datafusion crate, there is no reason to use this crate directly in your project as well.

Commit count: 12494

cargo fmt