Documentation
¶
Index ¶
- Constants
- type RightDedupJoin
- func (rightDedupJoin *RightDedupJoin) Call(proc *process.Process) (vm.CallResult, error)
- func (rightDedupJoin *RightDedupJoin) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (rightDedupJoin *RightDedupJoin) Free(proc *process.Process, pipelineFailed bool, err error)
- func (rightDedupJoin *RightDedupJoin) GetOperatorBase() *vm.OperatorBase
- func (rightDedupJoin *RightDedupJoin) OpType() vm.OpType
- func (rightDedupJoin *RightDedupJoin) Prepare(proc *process.Process) (err error)
- func (rightDedupJoin *RightDedupJoin) Release()
- func (rightDedupJoin *RightDedupJoin) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (rightDedupJoin *RightDedupJoin) String(buf *bytes.Buffer)
- func (rightDedupJoin RightDedupJoin) TypeName() string
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) 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
Click to show internal directories.
Click to hide internal directories.