Skip to main content

Module scan

Module scan 

Source
Expand description

Table scan and index seek operators.

Structs§

EmptyNode
Empty node that produces no rows.
IndexSeekNode
Index-based seek operator.
SeqScanNode
Full sequential table scan operator.
ValuesNode
Returns pre-computed rows (for INSERT … VALUES or subquery materialization).