Expand description
Structs and traits to provide the information needed for expression simplification.
Structs§
- Simplify
Context - Provides simplification information based on DFSchema and
ExecutionProps
. This is the default implementation used by DataFusion
Enums§
- Expr
Simplify Result - Was the expression simplified?
Traits§
- Simplify
Info - Provides the information necessary to apply algebraic simplification to an Expr. See SimplifyContext for one concrete implementation.