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