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) error
- func (arg *Argument) Release()
- func (arg *Argument) String(buf *bytes.Buffer)
- func (arg Argument) TypeName() string
- func (arg *Argument) WithNeedEval(needEval bool) *Argument
Constants ¶
View Source
const ( Build = iota Eval End )
View Source
const ( H0 = iota H8 HStr )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct { NeedEval bool // need to projection the aggregate column PartialResults []any PartialResultTypes []types.T vm.OperatorBase // contains filtered or unexported fields }
func NewArgument ¶ added in v1.2.0
func NewArgument() *Argument
func (*Argument) GetOperatorBase ¶ added in v1.2.0
func (arg *Argument) GetOperatorBase() *vm.OperatorBase
func (*Argument) WithNeedEval ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.