Documentation
¶
Index ¶
- type PreInsert
- func (preInsert *PreInsert) Call(proc *proc) (vm.CallResult, error)
- func (preInsert *PreInsert) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (preInsert *PreInsert) Free(proc *process.Process, pipelineFailed bool, err error)
- func (preInsert *PreInsert) GetOperatorBase() *vm.OperatorBase
- func (preInsert *PreInsert) OpType() vm.OpType
- func (preInsert *PreInsert) Prepare(proc *process.Process) (err error)
- func (preInsert *PreInsert) Release()
- func (preInsert *PreInsert) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (preInsert *PreInsert) String(buf *bytes.Buffer)
- func (preInsert PreInsert) TypeName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreInsert ¶
type PreInsert struct {
HasAutoCol bool
IsOldUpdate bool
IsNewUpdate bool
SchemaName string
TableDef *plan.TableDef
// letter case: origin
Attrs []string
EstimatedRowCount int64
CompPkeyExpr *plan.Expr
ClusterByExpr *plan.Expr
ColOffset int32
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶ added in v1.2.0
func NewArgument() *PreInsert
func (*PreInsert) ExecProjection ¶
func (*PreInsert) GetOperatorBase ¶
func (preInsert *PreInsert) GetOperatorBase() *vm.OperatorBase
Click to show internal directories.
Click to hide internal directories.