Documentation
¶
Index ¶
Constants ¶
View Source
const ( H8 = iota HStr HIndex )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Argument ¶
type Argument struct {
NeedEval bool // need to projection the aggregate column
Ibucket uint64
Nbucket uint64
Exprs []*plan.Expr // group Expressions
Types []types.Type
Aggs []agg.Aggregate // aggregations
MultiAggs []group_concat.Argument // multiAggs, for now it's group_concat
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.