Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Compiler ¶ added in v1.2.0
type Compiler interface {
NewQuery(*Context, ast.Seq, []zio.Reader) (Query, error)
NewLakeQuery(*Context, ast.Seq, int, *lakeparse.Commitish) (Query, error)
NewLakeDeleteQuery(*Context, ast.Seq, *lakeparse.Commitish) (DeleteQuery, error)
Parse(string, ...string) (ast.Seq, *parser.SourceSet, error)
}
type Context ¶ added in v1.13.0
type Context struct {
context.Context
// WaitGroup is used to ensure that goroutines complete cleanup work
// (e.g., removing temporary files) before Cancel returns.
WaitGroup sync.WaitGroup
Zctx *zed.Context
// contains filtered or unexported fields
}
Context provides states used by all procs to provide the outside context in which they are running.
func DefaultContext ¶ added in v1.13.0
func DefaultContext() *Context
type DeleteQuery ¶ added in v1.3.0
type Query ¶
func CompileLakeQuery ¶ added in v1.2.0
Directories
¶
| Path | Synopsis |
|---|---|
|
sam
|
|
|
op/combine
A combine proc merges multiple upstream inputs into one output.
|
A combine proc merges multiple upstream inputs into one output. |
Click to show internal directories.
Click to hide internal directories.