| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.classloader | |
| com.facebook.presto.spi.connector | |
| com.facebook.presto.spi.connector.classloader |
| Modifier and Type | Method and Description |
|---|---|
static <V> Constraint<V> |
Constraint.alwaysTrue() |
| Modifier and Type | Method and Description |
|---|---|
default List<ConnectorTableLayoutResult> |
ConnectorMetadata.getTableLayouts(ConnectorSession session,
ConnectorTableHandle table,
Constraint<ColumnHandle> constraint,
Optional<Set<ColumnHandle>> desiredColumns)
Deprecated.
Return a list of table layouts that satisfy the given constraint.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorTableLayoutResult> |
ClassLoaderSafeConnectorMetadata.getTableLayouts(ConnectorSession session,
ConnectorTableHandle table,
Constraint<ColumnHandle> constraint,
Optional<Set<ColumnHandle>> desiredColumns) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorTableLayoutResult> |
ConnectorMetadata.getTableLayouts(ConnectorSession session,
ConnectorTableHandle table,
Constraint<ColumnHandle> constraint,
Optional<Set<ColumnHandle>> desiredColumns)
Return a list of table layouts that satisfy the given constraint.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorTableLayoutResult> |
ClassLoaderSafeConnectorMetadata.getTableLayouts(ConnectorSession session,
ConnectorTableHandle table,
Constraint<ColumnHandle> constraint,
Optional<Set<ColumnHandle>> desiredColumns) |
Copyright © 2012-2016. All Rights Reserved.