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

Function valuesExpr

compiler/semantic/sql.go:729–731  ·  view source on GitHub ↗
(e sem.Expr, seq sem.Seq)

Source from the content-addressed store, hash-verified

727}
728
729func valuesExpr(e sem.Expr, seq sem.Seq) sem.Seq {
730 return append(seq, sem.NewValues(e, e))
731}
732
733func wrapThis(n ast.Node, field string) *sem.RecordExpr {
734 return wrapField(field, sem.NewThis(n, nil))

Callers 3

sqlSelectMethod · 0.85
mapColumnsFunction · 0.85
endScopeMethod · 0.85

Calls 1

NewValuesFunction · 0.92

Tested by

no test coverage detected