| Package | Description |
|---|---|
| com.facebook.presto.spi |
| Modifier and Type | Method and Description |
|---|---|
RecordCursor |
RecordSet.cursor() |
RecordCursor |
InMemoryRecordSet.cursor() |
default RecordCursor |
SystemTable.cursor(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
TupleDomain<Integer> constraint)
Create a cursor for the data in this table.
|
RecordCursor |
RecordPageSource.getCursor() |
| Constructor and Description |
|---|
RecordPageSource(List<Type> types,
RecordCursor cursor) |
Copyright © 2012–2022. All rights reserved.