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

Method width

compiler/semantic/schema.go:169–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167}
168
169func (s *staticTable) width() int {
170 if s.typ == nil {
171 return 0
172 }
173 return len(s.typ.Fields)
174}
175
176func (s *selectScope) isGrouped() bool {
177 return len(s.aggs) != 0 || len(s.groupings) != 0

Callers 2

sqlQueryBodyMethod · 0.80
resolveOrdinalOuterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected