Documentation
¶
Index ¶
- type Window
- func (window *Window) Call(proc *process.Process) (vm.CallResult, error)
- func (window *Window) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (window *Window) Free(proc *process.Process, pipelineFailed bool, err error)
- func (window *Window) GetOperatorBase() *vm.OperatorBase
- func (window *Window) OpType() vm.OpType
- func (window *Window) Prepare(proc *process.Process) (err error)
- func (window *Window) Release()
- func (window *Window) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (window *Window) String(buf *bytes.Buffer)
- func (window Window) TypeName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Window ¶
type Window struct {
WinSpecList []*plan.Expr
// sort and partition
Fs []*plan.OrderBySpec
// agg func
Types []types.Type
Aggs []aggexec.AggFuncExecExpression
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶ added in v1.2.0
func NewArgument() *Window
func (*Window) ExecProjection ¶
func (*Window) GetOperatorBase ¶
func (window *Window) GetOperatorBase() *vm.OperatorBase
Click to show internal directories.
Click to hide internal directories.