| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.classloader |
| Modifier and Type | Method and Description |
|---|---|
ConnectorColumnHandle |
ConnectorMetadata.getColumnHandle(ConnectorTableHandle tableHandle,
String columnName)
Returns a handle for the specified table column, or null if the table does not contain the specified column.
|
ConnectorColumnHandle |
ConnectorMetadata.getSampleWeightColumnHandle(ConnectorTableHandle tableHandle)
Returns the handle for the sample weight column, or null if the table does not contain sampled data.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ConnectorColumnHandle> |
ConnectorHandleResolver.getColumnHandleClass() |
Map<String,ConnectorColumnHandle> |
ConnectorMetadata.getColumnHandles(ConnectorTableHandle tableHandle)
Gets all of the columns on the specified table, or an empty map if the columns can not be enumerated.
|
TupleDomain<ConnectorColumnHandle> |
ConnectorPartition.getTupleDomain()
Gets the TupleDomain that provides a bound on the tuples within this Partition.
|
TupleDomain<ConnectorColumnHandle> |
ConnectorPartitionResult.getUndeterminedTupleDomain() |
TupleDomain<ConnectorColumnHandle> |
ConnectorResolvedIndex.getUnresolvedTupleDomain() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectorHandleResolver.canHandle(ConnectorColumnHandle columnHandle) |
ColumnMetadata |
ConnectorMetadata.getColumnMetadata(ConnectorTableHandle tableHandle,
ConnectorColumnHandle columnHandle)
Gets the metadata for the specified table column.
|
| Constructor and Description |
|---|
ConnectorPartitionResult(List<ConnectorPartition> partitions,
TupleDomain<ConnectorColumnHandle> undeterminedTupleDomain) |
ConnectorResolvedIndex(ConnectorIndexHandle indexHandle,
TupleDomain<ConnectorColumnHandle> unresolvedTupleDomain) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorColumnHandle |
ClassLoaderSafeConnectorMetadata.getColumnHandle(ConnectorTableHandle tableHandle,
String columnName) |
ConnectorColumnHandle |
ClassLoaderSafeConnectorMetadata.getSampleWeightColumnHandle(ConnectorTableHandle tableHandle) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ConnectorColumnHandle> |
ClassLoaderSafeConnectorHandleResolver.getColumnHandleClass() |
Map<String,ConnectorColumnHandle> |
ClassLoaderSafeConnectorMetadata.getColumnHandles(ConnectorTableHandle tableHandle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClassLoaderSafeConnectorHandleResolver.canHandle(ConnectorColumnHandle columnHandle) |
ColumnMetadata |
ClassLoaderSafeConnectorMetadata.getColumnMetadata(ConnectorTableHandle tableHandle,
ConnectorColumnHandle columnHandle) |
Copyright © 2012-2014. All Rights Reserved.