MCPcopy Create free account
hub / github.com/brimdata/super / replaceGroupings

Method replaceGroupings

compiler/semantic/sql.go:154–158  ·  view source on GitHub ↗
(scope *selectScope, columns []column)

Source from the content-addressed store, hash-verified

152}
153
154func (t *translator) replaceGroupings(scope *selectScope, columns []column) {
155 for k, c := range columns {
156 columns[k].semExpr, _ = replaceGroupings(t, c.semExpr, scope.groupings)
157 }
158}
159
160type column struct {
161 name string

Callers 1

sqlSelectMethod · 0.95

Calls 1

replaceGroupingsFunction · 0.85

Tested by

no test coverage detected