Documentation ¶
Index ¶
- type Argument
- func (arg *Argument) Call(proc *process.Process) (vm.CallResult, error)
- func (arg *Argument) Free(proc *process.Process, pipelineFailed bool, err error)
- func (arg *Argument) GetOperatorBase() *vm.OperatorBase
- func (arg *Argument) Prepare(proc *process.Process) error
- func (arg *Argument) Release()
- func (arg *Argument) String(buf *bytes.Buffer)
- func (arg Argument) TypeName() string
- func (arg *Argument) WithAddAffectedRows(addAffectedRows bool) *Argument
- func (arg *Argument) WithDelSource(delSource engine.Relation) *Argument
- func (arg *Argument) WithPartitionSources(partitionSources []engine.Relation) *Argument
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct { AddAffectedRows bool AffectedRows uint64 // 1. single table's delete (main table) DelSource engine.Relation // 2. partition sub tables PartitionSources []engine.Relation vm.OperatorBase }
func NewArgument ¶ added in v1.2.0
func NewArgument() *Argument
func (*Argument) GetOperatorBase ¶ added in v1.2.0
func (arg *Argument) GetOperatorBase() *vm.OperatorBase
func (*Argument) WithAddAffectedRows ¶ added in v1.2.1
func (*Argument) WithDelSource ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.