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