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

Function newJoinUsingScope

compiler/semantic/schema.go:148–158  ·  view source on GitHub ↗
(j *joinScope, columns []string)

Source from the content-addressed store, hash-verified

146}
147
148func newJoinUsingScope(j *joinScope, columns []string) *joinUsingScope {
149 skip := make(map[string]struct{})
150 for _, c := range columns {
151 skip[c] = struct{}{}
152 }
153 return &joinUsingScope{
154 joinScope: j,
155 columns: columns,
156 skip: skip,
157 }
158}
159
160func (*staticTable) relTableType() {}
161

Callers 1

sqlJoinMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected