Documentation
¶
Index ¶
- type UnionAll
- func (unionall *UnionAll) Call(proc *process.Process) (vm.CallResult, error)
- func (unionall *UnionAll) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (unionall *UnionAll) Free(proc *process.Process, pipelineFailed bool, err error)
- func (unionall *UnionAll) GetOperatorBase() *vm.OperatorBase
- func (unionall *UnionAll) OpType() vm.OpType
- func (unionall *UnionAll) Prepare(proc *process.Process) error
- func (unionall *UnionAll) Release()
- func (unionall *UnionAll) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (unionall *UnionAll) String(buf *bytes.Buffer)
- func (unionall UnionAll) TypeName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnionAll ¶
type UnionAll struct {
vm.OperatorBase
}
func NewArgument ¶
func NewArgument() *UnionAll
func (*UnionAll) ExecProjection ¶
func (*UnionAll) GetOperatorBase ¶
func (unionall *UnionAll) GetOperatorBase() *vm.OperatorBase
Click to show internal directories.
Click to hide internal directories.