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