Documentation ¶
Index ¶
- Variables
- func MustParseOp(query string) ast.Op
- func ParseOp(src string, filenames ...string) (ast.Op, error)
- func ParseRangeExpr(zctx *zed.Context, src string, layout order.Layout) (*zed.Value, string, error)
- type Runtime
- func CompileForFileSystem(pctx *op.Context, o ast.Op, readers []zio.Reader, adaptor op.DataAdaptor) (*Runtime, error)
- func CompileForInternal(pctx *op.Context, o ast.Op, r zio.Reader) (*Runtime, error)
- func CompileForInternalWithOrder(pctx *op.Context, o ast.Op, r zio.Reader, layout order.Layout) (*Runtime, error)
- func CompileForLake(pctx *op.Context, program ast.Op, lake op.DataAdaptor, parallelism int, ...) (*Runtime, error)
- func New(pctx *op.Context, inAST ast.Op, adaptor op.DataAdaptor, ...) (*Runtime, error)
- func (r *Runtime) Build() error
- func (r *Runtime) Builder() *kernel.Builder
- func (r *Runtime) Context() *op.Context
- func (r *Runtime) Entry() dag.Op
- func (r *Runtime) Meter() zbuf.Meter
- func (r *Runtime) Optimize() error
- func (r *Runtime) Outputs() []zbuf.Puller
- func (r *Runtime) Parallelize(n int) error
- func (r *Runtime) Puller() zbuf.Puller
Constants ¶
This section is empty.
Variables ¶
View Source
var Parallelism = runtime.GOMAXPROCS(0) //XXX
Functions ¶
func MustParseOp ¶ added in v1.1.0
MustParseOp is like ParseOp but panics if an error is encountered.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
func CompileForFileSystem ¶
func CompileForInternal ¶
func CompileForLake ¶
func (*Runtime) Parallelize ¶
Click to show internal directories.
Click to hide internal directories.