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

Method exprs

compiler/sfmt/ast.go:62–69  ·  view source on GitHub ↗
(exprs []ast.Expr)

Source from the content-addressed store, hash-verified

60}
61
62func (c *canon) exprs(exprs []ast.Expr) {
63 for k, e := range exprs {
64 if k > 0 {
65 c.write(", ")
66 }
67 c.expr(e, "")
68 }
69}
70
71func (c *canon) expr(e ast.Expr, parent string) {
72 switch e := e.(type) {

Callers 3

exprMethod · 0.95
opMethod · 0.95
sqlQueryBodyMethod · 0.95

Calls 2

exprMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected