Documentation
¶
Index ¶
- type Fill
- func (fill *Fill) Call(proc *process.Process) (vm.CallResult, error)
- func (fill *Fill) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (fill *Fill) Free(proc *process.Process, pipelineFailed bool, err error)
- func (fill *Fill) GetOperatorBase() *vm.OperatorBase
- func (fill *Fill) OpType() vm.OpType
- func (fill *Fill) Prepare(proc *process.Process) (err error)
- func (fill *Fill) Release()
- func (fill *Fill) Reset(proc *process.Process, pipelineFailed bool, err error)
- func (fill *Fill) String(buf *bytes.Buffer)
- func (fill Fill) TypeName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fill ¶
type Fill struct {
ColLen int
FillType plan.Node_FillType
FillVal []*plan.Expr
AggIds []int32
vm.OperatorBase
colexec.Projection
// contains filtered or unexported fields
}
func NewArgument ¶ added in v1.2.0
func NewArgument() *Fill
func (*Fill) ExecProjection ¶
func (*Fill) GetOperatorBase ¶
func (fill *Fill) GetOperatorBase() *vm.OperatorBase
Click to show internal directories.
Click to hide internal directories.