Go to the source code of this file.
◆ ScanDirectionIsBackward
Definition at line 41 of file sdir.h.
Referenced by _bt_advance_array_keys(), _bt_check_rowcompare(), _bt_checkkeys(), _bt_endpoint(), _bt_first(), _bt_start_array_keys(), _hash_first(), build_index_pathkeys(), build_partition_pathkeys(), ExplainIndexScanDetails(), heap_getnextslot_tidrange(), heapgettup(), heapgettup_pagemode(), IndexNext(), IndexNextWithReorder(), IndexOnlyNext(), and TidNext().
◆ ScanDirectionIsForward
Definition at line 55 of file sdir.h.
Referenced by _bt_check_rowcompare(), _bt_checkkeys(), _bt_endpoint(), _bt_first(), _bt_initialize_more_data(), _bt_next(), _bt_readnextpage(), _bt_readpage(), _bt_steppage(), _hash_load_qualified_items(), _hash_next(), _hash_readpage(), choose_next_subplan_for_leader(), choose_next_subplan_for_worker(), choose_next_subplan_locally(), CteScanNext(), ExecAppendAsyncBegin(), ExecIncrementalSort(), ExecLimit(), ExecMaterial(), ExecSort(), FunctionNext(), heap_getnextslot_tidrange(), heapgettup(), heapgettup_pagemode(), IndexNext(), IndexNextWithReorder(), IndexOnlyNext(), NamedTuplestoreScanNext(), RunFromStore(), switchToPresortedPrefixMode(), ValuesNext(), and WorkTableScanNext().
◆ ScanDirectionIsNoMovement
◆ ScanDirectionIsValid
#define ScanDirectionIsValid |
( |
|
direction | ) |
|
Value:
Definition at line 33 of file sdir.h.
◆ ScanDirection
◆ ScanDirection
Enumerator |
---|
BackwardScanDirection | |
NoMovementScanDirection | |
ForwardScanDirection | |
Definition at line 22 of file sdir.h.