Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
func
(a *AST) Parsed() ast.Seq {
16
return
a.seq
17
}
18
19
func
(a *AST) Copy() ast.Seq {
20
return
ast.CopySeq(a.seq)
Callers
6
NewDeleteQuery
Method · 0.80
Analyze
Function · 0.80
parseOp
Function · 0.80
handleCompile
Function · 0.80
Run
Method · 0.80
Run
Method · 0.80
Calls
no outgoing calls
Tested by
1
parseOp
Function · 0.64