Documentation
¶
Index ¶
- type PreInsertSecIdx
- func (preInsertSecIdx *PreInsertSecIdx) Call(proc *process.Process) (vm.CallResult, error)
- func (preInsertSecIdx *PreInsertSecIdx) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (preInsertSecIdx *PreInsertSecIdx) Free(proc *process.Process, pipelineFailed bool, err error)
- func (preInsertSecIdx *PreInsertSecIdx) GetOperatorBase() *vm.OperatorBase
- func (preInsertSecIdx *PreInsertSecIdx) OpType() vm.OpType
- func (preInsertSecIdx *PreInsertSecIdx) Prepare(proc *process.Process) error
- func (preInsertSecIdx *PreInsertSecIdx) Release()
- func (preInsertSecIdx *PreInsertSecIdx) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (preInsertSecIdx *PreInsertSecIdx) String(buf *bytes.Buffer)
- func (preInsertSecIdx PreInsertSecIdx) TypeName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreInsertSecIdx ¶
type PreInsertSecIdx struct {
PreInsertCtx *plan.PreInsertUkCtx
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶ added in v1.2.0
func NewArgument() *PreInsertSecIdx
func (*PreInsertSecIdx) Call ¶
func (preInsertSecIdx *PreInsertSecIdx) Call(proc *process.Process) (vm.CallResult, error)
func (*PreInsertSecIdx) ExecProjection ¶
func (*PreInsertSecIdx) Free ¶
func (preInsertSecIdx *PreInsertSecIdx) Free(proc *process.Process, pipelineFailed bool, err error)
func (*PreInsertSecIdx) GetOperatorBase ¶
func (preInsertSecIdx *PreInsertSecIdx) GetOperatorBase() *vm.OperatorBase
func (*PreInsertSecIdx) OpType ¶
func (preInsertSecIdx *PreInsertSecIdx) OpType() vm.OpType
func (*PreInsertSecIdx) Prepare ¶
func (preInsertSecIdx *PreInsertSecIdx) Prepare(proc *process.Process) error
func (*PreInsertSecIdx) Release ¶
func (preInsertSecIdx *PreInsertSecIdx) Release()
func (*PreInsertSecIdx) Reset ¶
func (preInsertSecIdx *PreInsertSecIdx) Reset(proc *process.Process, pipelineFailed bool, err error)
func (*PreInsertSecIdx) String ¶
func (preInsertSecIdx *PreInsertSecIdx) String(buf *bytes.Buffer)
func (PreInsertSecIdx) TypeName ¶
func (preInsertSecIdx PreInsertSecIdx) TypeName() string
Click to show internal directories.
Click to hide internal directories.