Modifier and Type | Method and Description |
---|---|
List<NamedExpression> |
RunningAggregate.getAggregations() |
List<NamedExpression> |
Window.getAggregations() |
List<NamedExpression> |
GroupingAggregate.getExprs() |
List<NamedExpression> |
GroupingAggregate.getKeys() |
List<NamedExpression> |
Project.getSelections() |
List<NamedExpression> |
Transform.getTransforms() |
List<NamedExpression> |
Window.getWithins() |
Modifier and Type | Method and Description |
---|---|
GroupingAggregate.Builder |
GroupingAggregate.Builder.addExpr(NamedExpression expr) |
Project.Builder |
Project.Builder.addExpr(NamedExpression expr) |
GroupingAggregate.Builder |
GroupingAggregate.Builder.addKey(NamedExpression expr) |
Constructor and Description |
---|
GroupingAggregate(List<NamedExpression> keys,
List<NamedExpression> exprs) |
GroupingAggregate(List<NamedExpression> keys,
List<NamedExpression> exprs) |
Project(List<NamedExpression> selections) |
RunningAggregate(FieldReference within,
List<NamedExpression> aggregations) |
Transform(List<NamedExpression> transforms) |
Window(List<NamedExpression> withins,
List<NamedExpression> aggregations,
List<Order.Ordering> orderings,
Long start,
Long end) |
Window(List<NamedExpression> withins,
List<NamedExpression> aggregations,
List<Order.Ordering> orderings,
Long start,
Long end) |
Modifier and Type | Method and Description |
---|---|
NamedExpression |
AnalyzeFileInfoProvider.getParentLocationExpression(SchemaPath locationField) |
NamedExpression |
AnalyzeInfoProvider.getParentLocationExpression(SchemaPath locationField)
Returns expression which may be used to determine parent location for specific table data,
i.e.
|
Modifier and Type | Method and Description |
---|---|
List<NamedExpression> |
MetadataAggregateContext.groupByExpressions() |
Modifier and Type | Method and Description |
---|---|
MetadataAggregateContext.MetadataAggregateContextBuilder |
MetadataAggregateContext.MetadataAggregateContextBuilder.groupByExpressions(List<NamedExpression> groupByExpressions) |
Modifier and Type | Method and Description |
---|---|
List<NamedExpression> |
WindowPOP.getAggregations() |
List<NamedExpression> |
HashAggregate.getAggrExprs() |
List<NamedExpression> |
Project.getExprs() |
List<NamedExpression> |
StreamingAggregate.getExprs() |
List<NamedExpression> |
HashAggregate.getGroupByExprs() |
List<NamedExpression> |
StreamingAggregate.getKeys() |
List<NamedExpression> |
WindowPOP.getWithins() |
Modifier and Type | Method and Description |
---|---|
protected List<NamedExpression> |
HashAggBatch.getKeyExpressions() |
protected List<NamedExpression> |
StreamingAggBatch.getKeyExpressions() |
protected List<NamedExpression> |
HashAggBatch.getValueExpressions() |
protected List<NamedExpression> |
StreamingAggBatch.getValueExpressions() |
Modifier and Type | Method and Description |
---|---|
List<NamedExpression> |
HashTableConfig.getKeyExprsBuild() |
List<NamedExpression> |
HashTableConfig.getKeyExprsProbe() |
Constructor and Description |
---|
HashTableConfig(int initialCapacity,
boolean initialSizeIsFinal,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators) |
HashTableConfig(int initialCapacity,
boolean initialSizeIsFinal,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators) |
HashTableConfig(int initialCapacity,
boolean initialSizeIsFinal,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators,
int joinControl) |
HashTableConfig(int initialCapacity,
boolean initialSizeIsFinal,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators,
int joinControl) |
HashTableConfig(int initialCapacity,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators) |
HashTableConfig(int initialCapacity,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators) |
HashTableConfig(int initialCapacity,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators,
int joinControl) |
HashTableConfig(int initialCapacity,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators,
int joinControl) |
Modifier and Type | Method and Description |
---|---|
List<NamedExpression> |
MetadataAggregateHelper.getValueExpressions() |
protected List<NamedExpression> |
MetadataHashAggBatch.getValueExpressions() |
protected List<NamedExpression> |
MetadataStreamAggBatch.getValueExpressions() |
Modifier and Type | Method and Description |
---|---|
protected List<NamedExpression> |
DrillProjectRelBase.getProjectExpressions(DrillParseContext context) |
Modifier and Type | Field and Description |
---|---|
protected List<NamedExpression> |
AggPrelBase.aggExprs |
protected List<NamedExpression> |
AggPrelBase.keys |
Modifier and Type | Method and Description |
---|---|
List<NamedExpression> |
AggPrelBase.getAggExprs() |
List<NamedExpression> |
AggPrelBase.getKeys() |
protected List<NamedExpression> |
ProjectAllowDupPrel.getProjectExpressions(DrillParseContext context) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.