group

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	H8 = iota
	HStr
	HIndex
)

Variables

This section is empty.

Functions

func Call

func Call(idx int, proc *process.Process, arg any, isFirst bool, isLast bool) (bool, error)

func Prepare

func Prepare(_ *process.Process, arg any) error

func String

func String(arg any, buf *bytes.Buffer)

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
}

func (*Argument) Free added in v0.6.0

func (arg *Argument) Free(proc *process.Process, pipelineFailed bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL