Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶ added in v1.2.0
type Compiler interface {
NewQuery(*op.Context, ast.Op, []zio.Reader) (*Query, error)
NewLakeQuery(*op.Context, ast.Op, int, *lakeparse.Commitish) (*Query, error)
Parse(string, ...string) (ast.Op, error)
ParseRangeExpr(*zed.Context, string, order.Layout) (*zed.Value, string, error)
//XXX this is used only by the groupby test.
CompileWithOrderDeprecated(*op.Context, ast.Op, zio.Reader, order.Layout) (*Query, error)
}
type Query ¶
Query runs a flowgraph as a zbuf.Puller and implements a Close() method that gracefully tears down the flowgraph. Its AsReader() and AsProgressReader() methods provide a convenient means to run a flowgraph as zio.Reader.
func CompileLakeQuery ¶ added in v1.2.0
func CompileQuery ¶ added in v1.2.0
func (*Query) AsProgressReadCloser ¶
func (q *Query) AsProgressReadCloser() zbuf.ProgressReadCloser
Click to show internal directories.
Click to hide internal directories.