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_commoncrate - datafusion_
expr - re-export of
datafusion_exprcrate - datafusion_
sql - re-export of
datafusion_sqlcrate - errors
- expr
- metrics
- optimizer
- re-export of
datafusion_optimizercrate - physical_
plan - pyarrow_
util - Conversions between PyArrow and DataFusion types
- sql
- store
- table
- udtf
- unparser
Structs§
- Python
Function WindowUDF WindowUDFImplfor 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§
- Multi
Column WindowUDF - Backward-compatible alias for downstream crates that referenced the
previous struct name. New code should use
PythonFunctionWindowUDF.