Documentation
¶
Index ¶
- type ValueScan
- func (valueScan *ValueScan) Call(proc *process.Process) (vm.CallResult, error)
- func (valueScan *ValueScan) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)
- func (valueScan *ValueScan) Free(proc *process.Process, _ bool, _ error)
- func (valueScan *ValueScan) GetOperatorBase() *vm.OperatorBase
- func (valueScan *ValueScan) InitExprExecList(proc *process.Process) error
- func (valueScan *ValueScan) OpType() vm.OpType
- func (valueScan *ValueScan) Prepare(proc *process.Process) error
- func (valueScan *ValueScan) Release()
- func (valueScan *ValueScan) Reset(proc *process.Process, _ bool, _ error)
- func (valueScan *ValueScan) String(buf *bytes.Buffer)
- func (valueScan ValueScan) TypeName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValueScan ¶
type ValueScan struct {
vm.OperatorBase
colexec.Projection
ColCount int
NodeType plan2.Node_NodeType
Batchs []*batch.Batch
RowsetData *plan2.RowsetData
ExprExecLists [][]colexec.ExpressionExecutor
// contains filtered or unexported fields
}
func NewArgument ¶ added in v1.2.0
func NewArgument() *ValueScan
func (*ValueScan) ExecProjection ¶
func (*ValueScan) GetOperatorBase ¶
func (valueScan *ValueScan) GetOperatorBase() *vm.OperatorBase
func (*ValueScan) InitExprExecList ¶
Click to show internal directories.
Click to hide internal directories.