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

Method callonSQLBodySetOp1

compiler/parser/parser.go:23336–23340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23334}
23335
23336func (p *parser) callonSQLBodySetOp1() (any, error) {
23337 stack := p.vstack[len(p.vstack)-1]
23338 _ = stack
23339 return p.cur.onSQLBodySetOp1(stack["first"], stack["rest"])
23340}
23341
23342func (c *current) onSQLQueryBody5(s any) (any, error) {
23343 return s, nil

Callers

nothing calls this directly

Calls 1

onSQLBodySetOp1Method · 0.80

Tested by

no test coverage detected