Documentation
¶
Index ¶
- Constants
- type Apply
- func (apply *Apply) Call(proc *process.Process) (vm.CallResult, error)
- func (apply *Apply) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (apply *Apply) Free(proc *process.Process, pipelineFailed bool, err error)
- func (apply *Apply) GetOperatorBase() *vm.OperatorBase
- func (apply *Apply) OpType() vm.OpType
- func (apply *Apply) Prepare(proc *process.Process) (err error)
- func (apply *Apply) Release()
- func (apply *Apply) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (apply *Apply) String(buf *bytes.Buffer)
- func (apply Apply) TypeName() string
Constants ¶
View Source
const ( Build = iota Probe End )
View Source
const ( CROSS = iota OUTER )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Apply ¶
type Apply struct {
ApplyType int
Result []colexec.ResultPos
Typs []types.Type
TableFunction *table_function.TableFunction
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶
func NewArgument() *Apply
func (*Apply) ExecProjection ¶
func (*Apply) GetOperatorBase ¶
func (apply *Apply) GetOperatorBase() *vm.OperatorBase
Click to show internal directories.
Click to hide internal directories.