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

Method PrependFileScan

compiler/parser/api.go:39–44  ·  view source on GitHub ↗
(paths []string)

Source from the content-addressed store, hash-verified

37}
38
39func (a *AST) PrependFileScan(paths []string) {
40 a.seq.Prepend(&ast.FileScan{
41 Kind: "FileScan",
42 Paths: paths,
43 })
44}
45
46// ParseText parses a query text in string form.
47func ParseText(text string) (*AST, error) {

Callers 2

RunMethod · 0.80
RunMethod · 0.80

Calls 1

PrependMethod · 0.45

Tested by

no test coverage detected