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
Modifier and TypeClassDescriptionstatic class
Rule to convert aFilter
to anArrowFilter
.static class
Planner rule that projects from anArrowTableScan
just the columns needed to satisfy a projection. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ArrowRules.ArrowFilterRule
static final ArrowRules.ArrowProjectRule
Rule that matches aProject
on anArrowTableScan
and pushes down projects if possible.static final List<RelOptRule>
static final ConverterRule
-
Method Summary
-
Field Details
-
PROJECT_SCAN
Rule that matches aProject
on anArrowTableScan
and pushes down projects if possible. -
FILTER_SCAN
-
TO_ENUMERABLE
-
RULES
-