Documentation
¶
Index ¶
- type TimeWin
- func (timeWin *TimeWin) Call(proc *process.Process) (vm.CallResult, error)
- func (timeWin *TimeWin) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (timeWin *TimeWin) Free(proc *process.Process, pipelineFailed bool, err error)
- func (timeWin *TimeWin) GetOperatorBase() *vm.OperatorBase
- func (timeWin *TimeWin) MakeIntervalAndSliding(interval, sliding *plan.Expr) error
- func (timeWin *TimeWin) OpType() vm.OpType
- func (timeWin *TimeWin) Prepare(proc *process.Process) (err error)
- func (timeWin *TimeWin) Release()
- func (timeWin *TimeWin) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (timeWin *TimeWin) String(buf *bytes.Buffer)
- func (timeWin TimeWin) TypeName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeWin ¶
type TimeWin struct {
Types []types.Type
Aggs []aggexec.AggFuncExecExpression
TsType plan.Type
Ts *plan.Expr
EndExpr *plan.Expr
Interval types.Datetime
Sliding types.Datetime
WStart bool
WEnd bool
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶ added in v1.2.0
func NewArgument() *TimeWin
func (*TimeWin) ExecProjection ¶
func (*TimeWin) GetOperatorBase ¶
func (timeWin *TimeWin) GetOperatorBase() *vm.OperatorBase
func (*TimeWin) MakeIntervalAndSliding ¶
Click to show internal directories.
Click to hide internal directories.