Documentation ¶
Index ¶
- type Argument
- func (arg *Argument) AppendChild(child vm.Operator)
- func (arg *Argument) Call(proc *proc) (vm.CallResult, error)
- func (arg *Argument) Free(proc *process.Process, pipelineFailed bool, err error)
- func (arg *Argument) Prepare(_ *proc) error
- func (arg *Argument) SetInfo(info *vm.OperatorInfo)
- func (arg *Argument) String(buf *bytes.Buffer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct { Ctx context.Context HasAutoCol bool SchemaName string TableDef *pb.TableDef Attrs []string IsUpdate bool // contains filtered or unexported fields }
func (*Argument) AppendChild ¶ added in v1.1.0
func (*Argument) Call ¶ added in v1.1.0
func (arg *Argument) Call(proc *proc) (vm.CallResult, error)
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.