MCPcopy Create free account
hub / github.com/apache/cloudberry / SPI_scroll_cursor_move

Function SPI_scroll_cursor_move

src/backend/executor/spi.c:1902–1906  ·  view source on GitHub ↗

* SPI_scroll_cursor_move() * * Move in a scrollable cursor */

Source from the content-addressed store, hash-verified

1900 * Move in a scrollable cursor
1901 */
1902void
1903SPI_scroll_cursor_move(Portal portal, FetchDirection direction, long count)
1904{
1905 _SPI_cursor_operation(portal, direction, count, None_Receiver);
1906}
1907
1908
1909/*

Callers 1

exec_stmt_fetchFunction · 0.85

Calls 1

_SPI_cursor_operationFunction · 0.85

Tested by

no test coverage detected