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

Method Parsed

compiler/parser/api.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (a *AST) Parsed() ast.Seq {
16 return a.seq
17}
18
19func (a *AST) Copy() ast.Seq {
20 return ast.CopySeq(a.seq)

Callers 6

NewDeleteQueryMethod · 0.80
AnalyzeFunction · 0.80
parseOpFunction · 0.80
handleCompileFunction · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

parseOpFunction · 0.64