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

Function Analyze

compiler/package.go:24–26  ·  view source on GitHub ↗
(ctx context.Context, ast *parser.AST, env *exec.Environment, extInput bool)

Source from the content-addressed store, hash-verified

22)
23
24func Analyze(ctx context.Context, ast *parser.AST, env *exec.Environment, extInput bool) (*dag.Main, error) {
25 return semantic.Analyze(ctx, ast, env, extInput)
26}
27
28func Optimize(ctx context.Context, main *dag.Main, env *exec.Environment, parallel int) error {
29 // Call optimize to possible push down a filter predicate into the

Callers 5

RunMethod · 0.92
runCasesHelperFunction · 0.92
CompileWithASTFunction · 0.70
CompileWithSortKeyFunction · 0.70
NewDeleteQueryMethod · 0.70

Calls 1

AnalyzeFunction · 0.92

Tested by 1

runCasesHelperFunction · 0.74