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

Function NewThis

compiler/semantic/sem/expr.go:217–219  ·  view source on GitHub ↗
(n ast.Node, path []string)

Source from the content-addressed store, hash-verified

215func (*FuncRef) exprNode() {}
216
217func NewThis(n ast.Node, path []string) *ThisExpr {
218 return &ThisExpr{Node: n, Path: path}
219}
220
221func NewBinaryExpr(n ast.Node, op string, lhs, rhs Expr) *BinaryExpr {
222 return &BinaryExpr{

Callers 15

sqlSelectMethod · 0.92
emitProjectionMethod · 0.92
genAggregateMethod · 0.92
mapColumnsFunction · 0.92
sqlQueryBodyMethod · 0.92
sqlJoinCondMethod · 0.92
resolveOrdinalOuterMethod · 0.92
wrapThisFunction · 0.92
replaceGroupingsFunction · 0.92
starMethod · 0.92
starMethod · 0.92
joinSpreadFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected