compile

package
v0.0.0-...-df06595 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2024 License: GPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compile

type Compile struct {
	// contains filtered or unexported fields
}

func New

func New(spl string, e engine.Engine, proc *process.Process,
	emit func(*batch.Batch) error) (*Compile, error)

func (*Compile) Columns

func (c *Compile) Columns() []string

func (*Compile) Compile

func (c *Compile) Compile() error

func (*Compile) Run

func (c *Compile) Run() error

type Operator

type Operator interface {
	String() string
	Free() error
	Specialize() error
	AddCtrlConsumer(...int32)
	AddMessageConsumer(...int32)
	GetExecFunc() func(*pipeline.Message) ([]*pipeline.Message, int, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL