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

Function aggTmp

compiler/semantic/sql.go:287–289  ·  view source on GitHub ↗
(k int)

Source from the content-addressed store, hash-verified

285}
286
287func aggTmp(k int) string {
288 return fmt.Sprintf("t%d", k)
289}
290
291func groupTmp(k int) string {
292 return fmt.Sprintf("k%d", k)

Callers 3

genAggregateMethod · 0.85
replaceGroupingsFunction · 0.85
gTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected