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