Documentation
¶
Index ¶
- func Copy(ctx context.Context, w zio.Writer, prog ast.Proc, zctx *zed.Context, ...) error
- func RunWithFileSystem(ctx context.Context, d Driver, program ast.Proc, zctx *zed.Context, ...) (zbuf.ScannerStats, error)
- func RunWithLake(ctx context.Context, d Driver, program ast.Proc, zctx *zed.Context, ...) (zbuf.ScannerStats, error)
- func RunWithLakeAndStats(ctx context.Context, d Driver, program ast.Proc, zctx *zed.Context, ...) error
- func RunWithOrderedReader(ctx context.Context, d Driver, program ast.Proc, zctx *zed.Context, ...) error
- func RunWithReader(ctx context.Context, d Driver, program ast.Proc, zctx *zed.Context, ...) error
- type CLI
- type Driver
- type Reader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Copy ¶
func Copy(ctx context.Context, w zio.Writer, prog ast.Proc, zctx *zed.Context, r zio.Reader, logger *zap.Logger) error
Copy applies a proc to all records from a zio.Reader, writing to a single zio.Writer. The proc must have a single tail.
func RunWithFileSystem ¶
func RunWithLake ¶
func RunWithLakeAndStats ¶
func RunWithOrderedReader ¶
Types ¶
type CLI ¶
type CLI struct {
// contains filtered or unexported fields
}
CLI implements Driver.
func (*CLI) ChannelEnd ¶
func (*CLI) SetWarningsWriter ¶
Click to show internal directories.
Click to hide internal directories.