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

Method endScope

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

Source from the content-addressed store, hash-verified

464}
465
466func (s *selectScope) endScope(n ast.Node, seq sem.Seq) (sem.Seq, *staticTable) {
467 if s.out == nil {
468 return seq, badTable
469 }
470 return valuesExpr(sem.NewThis(n, []string{"out"}), seq), s.out
471}
472
473func (s *staticTable) endScope(n ast.Node, seq sem.Seq) (sem.Seq, *staticTable) {
474 return seq, s

Callers

nothing calls this directly

Calls 2

NewThisFunction · 0.92
valuesExprFunction · 0.85

Tested by

no test coverage detected