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

Function groupTmp

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

Source from the content-addressed store, hash-verified

289}
290
291func groupTmp(k int) string {
292 return fmt.Sprintf("k%d", k)
293}
294
295// selectFrom analyzes the FROM clause which is a cross-joined set of table expressions.
296// inType is from the immediate pipe parent in a top-level select, nil otherwise

Callers 3

genAggregateMethod · 0.85
replaceGroupingsFunction · 0.85
gTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected