Module datafusion_python::datafusion_expr::test::function_stub
source · Expand description
Aggregate function stubs for test in expr / optimizer.
These are used to avoid a dependence on datafusion-functions-aggregate which live in a different crate
Structs§
- Testing stub implementation of avg aggregate
- Testing stub implementation of COUNT aggregate
- Testing stub implementation of MAX aggregate
- Testing stub implementation of Min aggregate
- Stub
sumused for optimizer testing
Functions§
- AggregateFunction that returns a AggregateUDF for
Avg - AggregateFunction that returns a AggregateUDF for
Count - AggregateFunction that returns a AggregateUDF for
Max - AggregateFunction that returns a AggregateUDF for
Min - AggregateFunction that returns a AggregateUDF for
Sum