Class FilterTableFunctionTransposeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class FilterTableFunctionTransposeRule extends RelRule<FilterTableFunctionTransposeRule.Config> implements TransformationRule
Planner rule that pushes a LogicalFilter past a LogicalTableFunctionScan.
See Also: