Documentation
¶
Index ¶
- type Limit
- func (limit *Limit) Call(proc *process.Process) (vm.CallResult, error)
- func (limit *Limit) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (limit *Limit) Free(proc *process.Process, pipelineFailed bool, err error)
- func (limit *Limit) GetOperatorBase() *vm.OperatorBase
- func (limit *Limit) OpType() vm.OpType
- func (limit *Limit) Prepare(proc *process.Process) error
- func (limit *Limit) Release()
- func (limit *Limit) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (limit *Limit) String(buf *bytes.Buffer)
- func (limit Limit) TypeName() string
- func (limit *Limit) WithLimit(limitExpr *plan.Expr) *Limit
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Limit ¶
type Limit struct {
LimitExpr *plan.Expr
vm.OperatorBase
// contains filtered or unexported fields
}
func NewArgument ¶ added in v1.2.0
func NewArgument() *Limit
func (*Limit) ExecProjection ¶
func (*Limit) GetOperatorBase ¶
func (limit *Limit) GetOperatorBase() *vm.OperatorBase
Click to show internal directories.
Click to hide internal directories.