Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
 - type Argument
 - func (arg *Argument) Call(proc *process.Process) (vm.CallResult, error)
 - func (arg *Argument) Free(proc *process.Process, pipelineFailed bool, err error)
 - func (arg *Argument) GetOperatorBase() *vm.OperatorBase
 - func (arg *Argument) Prepare(proc *process.Process) (err error)
 - func (arg *Argument) Release()
 - func (arg *Argument) String(buf *bytes.Buffer)
 - func (arg Argument) TypeName() string
 
Constants ¶
      View Source
      
  
const ( Probe = iota End )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct {
	Result []int32
	Typs   []types.Type
	RuntimeFilterSpecs []*plan.RuntimeFilterSpec
	vm.OperatorBase
	// contains filtered or unexported fields
}
    func NewArgument ¶
func NewArgument() *Argument
func (*Argument) GetOperatorBase ¶
func (arg *Argument) GetOperatorBase() *vm.OperatorBase
 Click to show internal directories. 
   Click to hide internal directories.