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.BindableFilter
Implementation of
Filter
in bindable convention. |
static class |
Bindables.BindableJoin
Implementation of
Join in
bindable calling convention. |
static class |
Bindables.BindableProject
Implementation of
Project in
bindable calling convention. |
static class |
Bindables.BindableSort
Implementation of
Sort
bindable calling convention. |
static class |
Bindables.BindableTableScan
Scan of a table that implements
ScannableTable and therefore can
be converted into an Enumerable. |
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.BindableWindow
Implementation of
Window
in bindable convention. |
| Modifier and Type | Field and Description |
|---|---|
static RelOptRule |
BINDABLE_AGGREGATE_RULE |
static RelOptRule |
BINDABLE_FILTER_RULE |
static RelOptRule |
BINDABLE_JOIN_RULE |
static RelOptRule |
BINDABLE_PROJECT_RULE |
static RelOptRule |
BINDABLE_SORT_RULE |
static RelOptRule |
BINDABLE_TABLE_SCAN_RULE |
static RelOptRule |
BINDABLE_UNION_RULE |
static RelOptRule |
BINDABLE_VALUES_RULE |
static RelOptRule |
BINDABLE_WINDOW_RULE |
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_UNION_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 com.google.common.collect.ImmutableList<RelOptRule> RULES
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.