Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ getGroup
Method
getGroup
core/src/main/java/org/apache/calcite/sql/SqlSelect.java:192–195 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
}
191
192
@Pure
193
public
final
@Nullable SqlNodeList getGroup() {
194
return
groupBy;
195
}
196
197
public
void
setGroupBy(@Nullable SqlNodeList groupBy) {
198
this.groupBy = groupBy;
Callers
15
convertToSingleValueSubq
Method · 0.95
getGroupCount
Method · 0.95
hasEmptyGroup
Method · 0.95
registerQuery
Method · 0.95
convertAgg
Method · 0.80
ensureNoGroupBy
Method · 0.80
isNonAggregatedNonGroupedColumn
Method · 0.80
getAggregate
Method · 0.80
checkRollUpInGroupBy
Method · 0.80
validateModality
Method · 0.80
validateGroupClause
Method · 0.80
visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected