Documentation
¶
Index ¶
- type Argument
- func (arg *Argument) AppendChild(child vm.Operator)
- func (arg *Argument) Call(proc *process.Process) (vm.CallResult, error)
- func (arg *Argument) Free(proc *process.Process, pipelineFailed bool, err error)
- func (arg *Argument) Prepare(proc *process.Process) (err error)
- func (arg *Argument) SetInfo(info *vm.OperatorInfo)
- func (arg *Argument) String(buf *bytes.Buffer)
- type Interval
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct {
Types []types.Type
Aggs []agg.Aggregate
Interval *Interval
Sliding *Interval
Ts *plan.Expr
WStart bool
WEnd bool
// contains filtered or unexported fields
}
func (*Argument) AppendChild ¶
func (*Argument) SetInfo ¶
func (arg *Argument) SetInfo(info *vm.OperatorInfo)
type Interval ¶
type Interval struct {
Typ types.IntervalType
Val int64
}
Click to show internal directories.
Click to hide internal directories.