Skip to main content

Module optimizable

Module optimizable 

Source
Expand description

A trait for scalar expressions that can be optimized inside a MapFilterProject.

This trait is implemented by both MirScalarExpr and LirScalarExpr, allowing MapFilterProject to be parameterized over either.

Traitsยง

OptimizableExpr
A scalar expression type that can be optimized inside a MapFilterProject.