public interface SystemTable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SystemTable.Distribution |
| Modifier and Type | Method and Description |
|---|---|
RecordCursor |
cursor(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
TupleDomain<Integer> constraint)
Create a cursor for the data in this table.
|
SystemTable.Distribution |
getDistribution() |
ConnectorTableMetadata |
getTableMetadata() |
SystemTable.Distribution getDistribution()
ConnectorTableMetadata getTableMetadata()
RecordCursor cursor(ConnectorTransactionHandle transactionHandle, ConnectorSession session, TupleDomain<Integer> constraint)
session - the session to use for creating the dataconstraint - the constraints for the table columns (indexed from 0)Copyright © 2012-2016. All Rights Reserved.