Package org.apache.calcite.adapter.arrow
Class ArrowRules
java.lang.Object
org.apache.calcite.adapter.arrow.ArrowRules
Planner rules relating to the Arrow adapter.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRule to convert aFilterto anArrowFilter.static classPlanner rule that projects from anArrowTableScanjust the columns needed to satisfy a projection. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArrowRules.ArrowFilterRulestatic final ArrowRules.ArrowProjectRuleRule that matches aProjecton anArrowTableScanand pushes down projects if possible.static final List<RelOptRule>static final ConverterRule -
Method Summary
-
Field Details
-
PROJECT_SCAN
Rule that matches aProjecton anArrowTableScanand pushes down projects if possible. -
FILTER_SCAN
-
TO_ENUMERABLE
-
RULES
-