table_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: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TableScan

type TableScan struct {
	TopValueMsgTag int32
	Reader         engine.Reader
	// letter case: origin
	Attrs              []string
	Types              []plan.Type
	TableID            uint64
	FilterExprs        []*plan.Expr // static inline filters (from plan.Node.FilterList, set at compile time)
	RuntimeFilterExprs []*plan.Expr // runtime inline filters (set by handleRuntimeFilters before Prepare)

	vm.OperatorBase
	colexec.Projection
	// contains filtered or unexported fields
}

func NewArgument added in v1.2.0

func NewArgument() *TableScan

func (*TableScan) Call

func (tableScan *TableScan) Call(proc *process.Process) (vm.CallResult, error)

func (*TableScan) ExecProjection

func (tableScan *TableScan) ExecProjection(proc *process.Process, input *batch.Batch) (*batch.Batch, error)

func (*TableScan) Free

func (tableScan *TableScan) Free(proc *process.Process, pipelineFailed bool, err error)

func (*TableScan) GetOperatorBase

func (tableScan *TableScan) GetOperatorBase() *vm.OperatorBase

func (*TableScan) OpType

func (tableScan *TableScan) OpType() vm.OpType

func (*TableScan) Prepare

func (tableScan *TableScan) Prepare(proc *process.Process) (err error)

func (*TableScan) Release

func (tableScan *TableScan) Release()

func (*TableScan) Reset

func (tableScan *TableScan) Reset(proc *process.Process, pipelineFailed bool, err error)

func (*TableScan) String

func (tableScan *TableScan) String(buf *bytes.Buffer)

func (TableScan) TypeName

func (tableScan TableScan) TypeName() string

func (*TableScan) WithTypes

func (tableScan *TableScan) WithTypes(types []plan.Type) *TableScan

Jump to

Keyboard shortcuts

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