rightdedupjoin

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

Documentation

Index

Constants

View Source
const (
	Build = iota
	Probe
	End
)

Variables

This section is empty.

Functions

This section is empty.

Types

type RightDedupJoin

type RightDedupJoin struct {
	Result     []colexec.ResultPos
	LeftTypes  []types.Type
	RightTypes []types.Type
	Conditions [][]*plan.Expr

	IsShuffle          bool
	ShuffleIdx         int32
	RuntimeFilterSpecs []*plan.RuntimeFilterSpec
	JoinMapTag         int32

	OnDuplicateAction plan.Node_OnDuplicateAction
	DedupColName      string
	DedupColTypes     []plan.Type
	DelColIdx         int32
	UpdateColIdxList  []int32
	UpdateColExprList []*plan.Expr

	vm.OperatorBase
	// contains filtered or unexported fields
}

func NewArgument

func NewArgument() *RightDedupJoin

func (*RightDedupJoin) Call

func (rightDedupJoin *RightDedupJoin) Call(proc *process.Process) (vm.CallResult, error)

func (*RightDedupJoin) ExecProjection

func (rightDedupJoin *RightDedupJoin) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)

func (*RightDedupJoin) Free

func (rightDedupJoin *RightDedupJoin) Free(proc *process.Process, pipelineFailed bool, err error)

func (*RightDedupJoin) GetOperatorBase

func (rightDedupJoin *RightDedupJoin) GetOperatorBase() *vm.OperatorBase

func (*RightDedupJoin) OpType

func (rightDedupJoin *RightDedupJoin) OpType() vm.OpType

func (*RightDedupJoin) Prepare

func (rightDedupJoin *RightDedupJoin) Prepare(proc *process.Process) (err error)

func (*RightDedupJoin) Release

func (rightDedupJoin *RightDedupJoin) Release()

func (*RightDedupJoin) Reset

func (rightDedupJoin *RightDedupJoin) Reset(proc *process.Process, pipelineFailed bool, err error)

func (*RightDedupJoin) String

func (rightDedupJoin *RightDedupJoin) String(buf *bytes.Buffer)

func (RightDedupJoin) TypeName

func (rightDedupJoin RightDedupJoin) TypeName() string

Jump to

Keyboard shortcuts

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