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