Documentation
¶
Index ¶
- Constants
- type IndexJoin
- func (indexJoin *IndexJoin) Call(proc *process.Process) (vm.CallResult, error)
- func (indexJoin *IndexJoin) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (indexJoin *IndexJoin) Free(proc *process.Process, pipelineFailed bool, err error)
- func (indexJoin *IndexJoin) GetOperatorBase() *vm.OperatorBase
- func (indexJoin *IndexJoin) OpType() vm.OpType
- func (indexJoin *IndexJoin) Prepare(proc *process.Process) (err error)
- func (indexJoin *IndexJoin) Release()
- func (indexJoin *IndexJoin) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (indexJoin *IndexJoin) String(buf *bytes.Buffer)
- func (indexJoin IndexJoin) TypeName() string
Constants ¶
View Source
const ( Probe = iota End )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexJoin ¶
type IndexJoin struct {
ResultCols []int32
RuntimeFilterSpecs []*plan.RuntimeFilterSpec
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶
func NewArgument() *IndexJoin
func (*IndexJoin) ExecProjection ¶
func (*IndexJoin) GetOperatorBase ¶
func (indexJoin *IndexJoin) GetOperatorBase() *vm.OperatorBase
Click to show internal directories.
Click to hide internal directories.