MCPcopy 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

getGroupCountMethod · 0.95
hasEmptyGroupMethod · 0.95
registerQueryMethod · 0.95
convertAggMethod · 0.80
ensureNoGroupByMethod · 0.80
getAggregateMethod · 0.80
checkRollUpInGroupByMethod · 0.80
validateModalityMethod · 0.80
validateGroupClauseMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected