Documentation
¶
Index ¶
- Constants
- type Argument
- func (arg *Argument) AppendChild(child vm.Operator)
- func (arg *Argument) Call(proc *process.Process) (vm.CallResult, error)
- func (arg *Argument) Free(proc *process.Process, pipelineFailed bool, err error)
- func (arg *Argument) Prepare(p *process.Process) error
- func (arg *Argument) SetInfo(info *vm.OperatorInfo)
- func (arg *Argument) String(buf *bytes.Buffer)
Constants ¶
View Source
const ( Build = iota Eval End )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct {
// Ts is not used
Ts uint64
Affected uint64
Engine engine.Engine
// Source engine.Relation
// UniqueSource []engine.Relation
// Ref *plan.ObjectRef
TableDef *plan.TableDef
OnDuplicateIdx []int32
OnDuplicateExpr map[string]*plan.Expr
IdxIdx []int32
IsIgnore bool
// contains filtered or unexported fields
}
func (*Argument) AppendChild ¶ added in v1.1.0
func (*Argument) SetInfo ¶ added in v1.1.0
func (arg *Argument) SetInfo(info *vm.OperatorInfo)
Click to show internal directories.
Click to hide internal directories.