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

Method endScope

compiler/semantic/schema.go:26–26  ·  view source on GitHub ↗
(n ast.Node, seq sem.Seq)

Source from the content-addressed store, hash-verified

24type tableScope interface {
25 relScope
26 endScope(n ast.Node, seq sem.Seq) (sem.Seq, *staticTable)
27}
28
29// relScope is a relational scope that can resolve names with respect

Callers 4

sqlFromPipeMethod · 0.65
sqlQueryBodyMethod · 0.65
fromCTEMethod · 0.65
semOpMethod · 0.65

Implementers 2

staticTablecompiler/semantic/schema.go
selectScopecompiler/semantic/schema.go

Calls

no outgoing calls

Tested by

no test coverage detected