minus

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Minus

type Minus struct {
	vm.OperatorBase
	// contains filtered or unexported fields
}

func NewArgument added in v1.2.0

func NewArgument() *Minus

func (*Minus) Call

func (minus *Minus) Call(proc *process.Process) (vm.CallResult, error)

Call is the execute method of minus operator it built a hash table for right relation first. use values from left relation to probe and update the hash table. and preserve values that do not exist in the hash table.

func (*Minus) ExecProjection

func (minus *Minus) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)

func (*Minus) Free

func (minus *Minus) Free(proc *process.Process, pipelineFailed bool, err error)

func (*Minus) GetOperatorBase

func (minus *Minus) GetOperatorBase() *vm.OperatorBase

func (*Minus) OpType

func (minus *Minus) OpType() vm.OpType

func (*Minus) Prepare

func (minus *Minus) Prepare(proc *process.Process) error

func (*Minus) Release

func (minus *Minus) Release()

func (*Minus) Reset

func (minus *Minus) Reset(proc *process.Process, pipelineFailed bool, err error)

func (*Minus) String

func (minus *Minus) String(buf *bytes.Buffer)

func (Minus) TypeName

func (minus Minus) TypeName() string

Jump to

Keyboard shortcuts

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