Documentation
¶
Index ¶
- type Filter
- func (filter *Filter) Call(proc *process.Process) (vm.CallResult, error)
- func (filter *Filter) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (filter *Filter) Free(proc *process.Process, pipelineFailed bool, err error)
- func (filter *Filter) GetOperatorBase() *vm.OperatorBase
- func (filter *Filter) OpType() vm.OpType
- func (filter *Filter) Prepare(proc *process.Process) (err error)
- func (filter *Filter) Release()
- func (filter *Filter) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (filter *Filter) SetRuntimeFilterExprs(proc *process.Process, exes []*plan.Expr) (err error)
- func (filter *Filter) String(buf *bytes.Buffer)
- func (filter Filter) TypeName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
FilterExprs []*plan.Expr
RuntimeFilterExprs []*plan.Expr
IsEnd bool
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶
func NewArgument() *Filter
func (*Filter) ExecProjection ¶
func (*Filter) GetOperatorBase ¶
func (filter *Filter) GetOperatorBase() *vm.OperatorBase
func (*Filter) SetRuntimeFilterExprs ¶
Click to show internal directories.
Click to hide internal directories.