public static 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.ImmutableSortedMultiset<ImmutableBitSet> |
groupSets |
| 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.ImmutableSortedMultiset<ImmutableBitSet> groupSets
public boolean isNullable(int i)
public boolean isGroupingExpr(SqlNode operand)
public int lookupGroupingExpr(SqlNode operand)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.