value_scan

package
v0.0.0-debug-20260702 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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) Call

func (valueScan *ValueScan) Call(proc *process.Process) (vm.CallResult, error)

func (*ValueScan) ExecProjection

func (valueScan *ValueScan) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)

func (*ValueScan) Free

func (valueScan *ValueScan) Free(proc *process.Process, _ bool, _ error)

func (*ValueScan) GetOperatorBase

func (valueScan *ValueScan) GetOperatorBase() *vm.OperatorBase

func (*ValueScan) InitExprExecList

func (valueScan *ValueScan) InitExprExecList(proc *process.Process) error

func (*ValueScan) OpType

func (valueScan *ValueScan) OpType() vm.OpType

func (*ValueScan) Prepare

func (valueScan *ValueScan) Prepare(proc *process.Process) error

func (*ValueScan) Release

func (valueScan *ValueScan) Release()

func (*ValueScan) Reset

func (valueScan *ValueScan) Reset(proc *process.Process, _ bool, _ error)

func (*ValueScan) String

func (valueScan *ValueScan) String(buf *bytes.Buffer)

func (ValueScan) TypeName

func (valueScan ValueScan) TypeName() string

TypeName implement the `reuse.ReusableObject` interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL