| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.classloader | |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
ConnectorIndex |
ConnectorIndexResolver.getIndex(ConnectorSession session,
ConnectorIndexHandle indexHandle,
List<ColumnHandle> lookupSchema,
List<ColumnHandle> outputSchema)
Deprecated.
|
| Constructor and Description |
|---|
ConnectorResolvedIndex(ConnectorIndexHandle indexHandle,
TupleDomain<ColumnHandle> unresolvedTupleDomain) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorIndex |
ClassLoaderSafeConnectorIndexResolver.getIndex(ConnectorSession session,
ConnectorIndexHandle indexHandle,
List<ColumnHandle> lookupSchema,
List<ColumnHandle> outputSchema) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorIndex |
ConnectorIndexProvider.getIndex(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
ConnectorIndexHandle indexHandle,
List<ColumnHandle> lookupSchema,
List<ColumnHandle> outputSchema) |
Copyright © 2012-2016. All Rights Reserved.