@Value.Enclosing public class Bindables extends Object
BindableRel and BindableConvention.| Modifier and Type | Class and Description |
|---|---|
static class |
Bindables.BindableAggregate
Implementation of
Aggregate
in bindable calling convention. |
static class |
Bindables.BindableAggregateRule
Rule that converts an
Aggregate to bindable convention. |
static class |
Bindables.BindableFilter
Implementation of
Filter
in bindable convention. |
static class |
Bindables.BindableFilterRule
Rule that converts a
Filter to bindable convention. |
static class |
Bindables.BindableIntersect
Implementation of
Intersect in
bindable calling convention. |
static class |
Bindables.BindableJoin
Implementation of
Join in
bindable calling convention. |
static class |
Bindables.BindableJoinRule
Rule to convert a
LogicalJoin
to a Bindables.BindableJoin. |
static class |
Bindables.BindableMatch
Implementation of
Match
in bindable convention. |
static class |
Bindables.BindableMatchRule
Rule to convert a
LogicalMatch
to a Bindables.BindableMatch. |
static class |
Bindables.BindableMinus
Implementation of
Minus in
bindable calling convention. |
static class |
Bindables.BindableProject
Implementation of
Project in
bindable calling convention. |
static class |
Bindables.BindableProjectRule
Rule to convert a
LogicalProject
to a Bindables.BindableProject. |
static class |
Bindables.BindableSetOpRule
Rule to convert an
SetOp to a Bindables.BindableUnion
or Bindables.BindableIntersect or Bindables.BindableMinus. |
static class |
Bindables.BindableSort
Implementation of
Sort
bindable calling convention. |
static class |
Bindables.BindableSortRule
Rule to convert an
Sort to a
Bindables.BindableSort. |
static class |
Bindables.BindableTableScan
Scan of a table that implements
ScannableTable and therefore can
be converted into an Enumerable. |
static class |
Bindables.BindableTableScanRule
Rule that converts a
TableScan
to bindable convention. |
static class |
Bindables.BindableUnion
Implementation of
Union in
bindable calling convention. |
static class |
Bindables.BindableValues
Implementation of
Values
in bindable calling convention. |
static class |
Bindables.BindableValuesRule
Rule that converts a
Values to bindable convention. |
static class |
Bindables.BindableWindow
Implementation of
Window
in bindable convention. |
static class |
Bindables.BindableWindowRule
Rule to convert a
LogicalWindow
to a Bindables.BindableWindow. |
| Modifier and Type | Field and Description |
|---|---|
static RelOptRule |
BINDABLE_AGGREGATE_RULE |
static RelOptRule |
BINDABLE_FILTER_RULE |
static RelOptRule |
BINDABLE_JOIN_RULE |
static RelOptRule |
BINDABLE_MATCH_RULE |
static RelOptRule |
BINDABLE_PROJECT_RULE |
static RelOptRule |
BINDABLE_SET_OP_RULE |
static RelOptRule |
BINDABLE_SETOP_RULE
Deprecated.
Use
BINDABLE_SET_OP_RULE. |
static RelOptRule |
BINDABLE_SORT_RULE |
static RelOptRule |
BINDABLE_TABLE_SCAN_RULE |
static RelOptRule |
BINDABLE_VALUES_RULE |
static RelOptRule |
BINDABLE_WINDOW_RULE |
static NoneToBindableConverterRule |
FROM_NONE_RULE
Rule that converts a relational expression from
Convention.NONE
to BindableConvention. |
static com.google.common.collect.ImmutableList<RelOptRule> |
RULES
All rules that convert logical relational expression to bindable.
|
public static final RelOptRule BINDABLE_TABLE_SCAN_RULE
public static final RelOptRule BINDABLE_FILTER_RULE
public static final RelOptRule BINDABLE_PROJECT_RULE
public static final RelOptRule BINDABLE_SORT_RULE
public static final RelOptRule BINDABLE_JOIN_RULE
public static final RelOptRule BINDABLE_SET_OP_RULE
public static final RelOptRule BINDABLE_SETOP_RULE
BINDABLE_SET_OP_RULE.public static final RelOptRule BINDABLE_VALUES_RULE
public static final RelOptRule BINDABLE_AGGREGATE_RULE
public static final RelOptRule BINDABLE_WINDOW_RULE
public static final RelOptRule BINDABLE_MATCH_RULE
public static final NoneToBindableConverterRule FROM_NONE_RULE
Convention.NONE
to BindableConvention.public static final com.google.common.collect.ImmutableList<RelOptRule> RULES
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.