public class AggregatingSelectScope.Resolved extends Object
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<SqlNode> |
extraExprList |
com.google.common.collect.ImmutableList<SqlNode> |
groupExprList |
Map<Integer,Integer> |
groupExprProjection |
ImmutableBitSet |
groupSet |
com.google.common.collect.ImmutableList<ImmutableBitSet> |
groupSets |
| Constructor and Description |
|---|
Resolved(List<SqlNode> extraExprList,
List<SqlNode> groupExprList,
Iterable<ImmutableBitSet> groupSets,
Map<Integer,Integer> groupExprProjection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGroupingExpr(SqlNode operand)
Returns whether a given expression is equal to one of the grouping
expressions.
|
boolean |
isNullable(int i)
Returns whether a field should be nullable due to grouping sets.
|
int |
lookupGroupingExpr(SqlNode operand) |
public final com.google.common.collect.ImmutableList<SqlNode> extraExprList
public final com.google.common.collect.ImmutableList<SqlNode> groupExprList
public final ImmutableBitSet groupSet
public final com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets
public boolean isNullable(int i)
public boolean isGroupingExpr(SqlNode operand)
public int lookupGroupingExpr(SqlNode operand)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.