Skip to main content

Crate datafusion_python

Crate datafusion_python 

Source

Re-exports§

pub use datafusion;

Modules§

analyzer
Analyzer rules layered on top of DataFusion’s defaults.
catalog
codec
Python-aware extension codecs.
common
context
dataframe
datafusion_common
re-export of datafusion_common crate
datafusion_expr
re-export of datafusion_expr crate
datafusion_sql
re-export of datafusion_sql crate
errors
expr
metrics
optimizer
re-export of datafusion_optimizer crate
physical_plan
pyarrow_util
Conversions between PyArrow and DataFusion types
sql
store
table
udtf
unparser

Structs§

PythonFunctionWindowUDF
WindowUDFImpl for Python-defined window UDFs.

Functions§

to_rust_accumulator
Wrap a Python accumulator factory in an AccumulatorFactoryFunction.
to_rust_partition_evaluator
Wrap a Python evaluator factory in a PartitionEvaluatorFactory.

Type Aliases§

MultiColumnWindowUDF
Backward-compatible alias for downstream crates that referenced the previous struct name. New code should use PythonFunctionWindowUDF.