Documentation
¶
Index ¶
- Constants
- type Argument
- func (arg *Argument) AppendChild(child vm.Operator)
- func (arg *Argument) Call(proc *process.Process) (vm.CallResult, error)
- func (arg *Argument) Free(proc *process.Process, pipelineFailed bool, err error)
- func (arg *Argument) Prepare(proc *process.Process) (err error)
- func (arg *Argument) SetInfo(info *vm.OperatorInfo)
- func (arg *Argument) SetRuntimeFilterSenders(rfs []*colexec.RuntimeFilterChan)
- func (arg *Argument) String(buf *bytes.Buffer)
Constants ¶
View Source
const ( BuildHashMap = iota HandleRuntimeFilter Eval End )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct {
// need to generate a push-down filter expression
NeedExpr bool
NeedHashMap bool
IsDup bool
Ibucket uint64
Nbucket uint64
Typs []types.Type
Conditions []*plan.Expr
HashOnPK bool
NeedMergedBatch bool
RuntimeFilterSenders []*colexec.RuntimeFilterChan
Info *vm.OperatorInfo
// contains filtered or unexported fields
}
func (*Argument) AppendChild ¶ added in v1.1.0
func (*Argument) SetInfo ¶ added in v1.1.0
func (arg *Argument) SetInfo(info *vm.OperatorInfo)
func (*Argument) SetRuntimeFilterSenders ¶ added in v1.1.0
func (arg *Argument) SetRuntimeFilterSenders(rfs []*colexec.RuntimeFilterChan)
Click to show internal directories.
Click to hide internal directories.