filter

package
v0.0.0-debug-20260702 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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) Call

func (filter *Filter) Call(proc *process.Process) (vm.CallResult, error)

func (*Filter) ExecProjection

func (filter *Filter) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)

func (*Filter) Free

func (filter *Filter) Free(proc *process.Process, pipelineFailed bool, err error)

func (*Filter) GetOperatorBase

func (filter *Filter) GetOperatorBase() *vm.OperatorBase

func (*Filter) OpType

func (filter *Filter) OpType() vm.OpType

func (*Filter) Prepare

func (filter *Filter) Prepare(proc *process.Process) (err error)

func (*Filter) Release

func (filter *Filter) Release()

func (*Filter) Reset

func (filter *Filter) Reset(proc *process.Process, pipelineFailed bool, err error)

func (*Filter) SetRuntimeFilterExprs

func (filter *Filter) SetRuntimeFilterExprs(proc *process.Process, exes []*plan.Expr) (err error)

func (*Filter) String

func (filter *Filter) String(buf *bytes.Buffer)

func (Filter) TypeName

func (filter Filter) TypeName() string

Jump to

Keyboard shortcuts

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