| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.connector |
| Modifier and Type | Method and Description |
|---|---|
ConnectorIndexHandle |
ConnectorResolvedIndex.getIndexHandle() |
| Modifier and Type | Method and Description |
|---|---|
default Class<? extends ConnectorIndexHandle> |
ConnectorHandleResolver.getIndexHandleClass() |
| Constructor and Description |
|---|
ConnectorResolvedIndex(ConnectorIndexHandle indexHandle,
TupleDomain<ColumnHandle> unresolvedTupleDomain) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorIndex |
ConnectorIndexProvider.getIndex(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
ConnectorIndexHandle indexHandle,
List<ColumnHandle> lookupSchema,
List<ColumnHandle> outputSchema) |
Copyright © 2012–2022. All rights reserved.