Documentation
¶
Index ¶
- Constants
- type LoopJoin
- func (loopJoin *LoopJoin) Call(proc *process.Process) (vm.CallResult, error)
- func (loopJoin *LoopJoin) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (loopJoin *LoopJoin) Free(proc *process.Process, pipelineFailed bool, err error)
- func (loopJoin *LoopJoin) GetOperatorBase() *vm.OperatorBase
- func (loopJoin *LoopJoin) OpType() vm.OpType
- func (loopJoin *LoopJoin) Prepare(proc *process.Process) error
- func (loopJoin *LoopJoin) Release()
- func (loopJoin *LoopJoin) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (loopJoin *LoopJoin) String(buf *bytes.Buffer)
- func (loopJoin LoopJoin) TypeName() string
Constants ¶
View Source
const ( Build = iota Probe Finalize End )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoopJoin ¶
type LoopJoin struct {
LeftTypes []types.Type
RightTypes []types.Type
NonEqCond *plan.Expr
ResultCols []colexec.ResultPos
JoinMapTag int32
JoinType plan.Node_JoinType
MarkPos int
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶ added in v1.2.0
func NewArgument() *LoopJoin
func (*LoopJoin) ExecProjection ¶
func (*LoopJoin) GetOperatorBase ¶
func (loopJoin *LoopJoin) GetOperatorBase() *vm.OperatorBase
Click to show internal directories.
Click to hide internal directories.