Documentation
¶
Index ¶
- Constants
- type Product
- func (product *Product) Call(proc *process.Process) (vm.CallResult, error)
- func (product *Product) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (product *Product) Free(proc *process.Process, pipelineFailed bool, err error)
- func (product *Product) GetOperatorBase() *vm.OperatorBase
- func (product *Product) OpType() vm.OpType
- func (product *Product) Prepare(proc *process.Process) error
- func (product *Product) Release()
- func (product *Product) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (product *Product) String(buf *bytes.Buffer)
- func (product Product) TypeName() string
Constants ¶
View Source
const ( Build = iota Probe End )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Product ¶
type Product struct {
Result []colexec.ResultPos
IsShuffle bool
JoinMapTag int32
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶ added in v1.2.0
func NewArgument() *Product
func (*Product) ExecProjection ¶
func (*Product) GetOperatorBase ¶
func (product *Product) GetOperatorBase() *vm.OperatorBase
Click to show internal directories.
Click to hide internal directories.