datafusion-physical-expr-adapter

Crates.iodatafusion-physical-expr-adapter
lib.rsdatafusion-physical-expr-adapter
version52.1.0
created_at2025-09-16 08:16:18.00938+00
updated_at2026-01-23 17:20:40.05848+00
descriptionPhysical expression schema adaptation utilities for DataFusion
homepagehttps://datafusion.apache.org
repositoryhttps://github.com/apache/datafusion
max_upload_size
id1841157
size112,525
Andrew Lamb (alamb)

documentation

README

Apache DataFusion Physical Expression Adapter

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

This crate provides utilities for adapting physical expressions to different schemas in DataFusion.

It handles schema differences in file scans by rewriting expressions to match the physical schema, including type casting, missing columns, and partition values.

For detailed documentation, see the PhysicalExprAdapter trait documentation.

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