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

Method callonJoinedTable1

compiler/parser/parser.go:20571–20575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20569}
20570
20571func (p *parser) callonJoinedTable1() (any, error) {
20572 stack := p.vstack[len(p.vstack)-1]
20573 _ = stack
20574 return p.cur.onJoinedTable1(stack["first"], stack["rest"])
20575}
20576
20577func (c *current) onSQLTableExpr2(table any) (any, error) {
20578 return table, nil

Callers

nothing calls this directly

Calls 1

onJoinedTable1Method · 0.80

Tested by

no test coverage detected