Documentation
¶
Index ¶
- Constants
- type IndexBuild
- func (indexBuild *IndexBuild) Call(proc *process.Process) (vm.CallResult, error)
- func (indexBuild *IndexBuild) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (indexBuild *IndexBuild) Free(proc *process.Process, pipelineFailed bool, err error)
- func (indexBuild *IndexBuild) GetOperatorBase() *vm.OperatorBase
- func (indexBuild *IndexBuild) OpType() vm.OpType
- func (indexBuild *IndexBuild) Prepare(proc *process.Process) (err error)
- func (indexBuild *IndexBuild) Release()
- func (indexBuild *IndexBuild) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (indexBuild *IndexBuild) String(buf *bytes.Buffer)
- func (indexBuild IndexBuild) TypeName() string
Constants ¶
View Source
const ( ReceiveBatch = iota HandleRuntimeFilter End )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexBuild ¶
type IndexBuild struct {
RuntimeFilterSpec *plan.RuntimeFilterSpec
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶
func NewArgument() *IndexBuild
func (*IndexBuild) Call ¶
func (indexBuild *IndexBuild) Call(proc *process.Process) (vm.CallResult, error)
func (*IndexBuild) ExecProjection ¶
func (*IndexBuild) Free ¶
func (indexBuild *IndexBuild) Free(proc *process.Process, pipelineFailed bool, err error)
func (*IndexBuild) GetOperatorBase ¶
func (indexBuild *IndexBuild) GetOperatorBase() *vm.OperatorBase
func (*IndexBuild) OpType ¶
func (indexBuild *IndexBuild) OpType() vm.OpType
func (*IndexBuild) Prepare ¶
func (indexBuild *IndexBuild) Prepare(proc *process.Process) (err error)
func (*IndexBuild) Release ¶
func (indexBuild *IndexBuild) Release()
func (*IndexBuild) Reset ¶
func (indexBuild *IndexBuild) Reset(proc *process.Process, pipelineFailed bool, err error)
func (*IndexBuild) String ¶
func (indexBuild *IndexBuild) String(buf *bytes.Buffer)
func (IndexBuild) TypeName ¶
func (indexBuild IndexBuild) TypeName() string
Click to show internal directories.
Click to hide internal directories.