Documentation
¶
Index ¶
Constants ¶
View Source
const ( BuildHashMap = iota HandleRuntimeFilter Eval End )
Variables ¶
This section is empty.
Functions ¶
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
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.