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