| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.connector | |
| com.facebook.presto.spi.connector.classloader |
| Modifier and Type | Method and Description |
|---|---|
static TableLayoutFilterCoverage |
TableLayoutFilterCoverage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableLayoutFilterCoverage[] |
TableLayoutFilterCoverage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default TableLayoutFilterCoverage |
ConnectorMetadata.getTableLayoutFilterCoverage(ConnectorTableLayoutHandle tableHandle,
Set<String> relevantPartitionColumns) |
| Modifier and Type | Method and Description |
|---|---|
TableLayoutFilterCoverage |
ClassLoaderSafeConnectorMetadata.getTableLayoutFilterCoverage(ConnectorTableLayoutHandle tableHandle,
Set<String> relevantPartitionColumns) |
Copyright © 2012–2022. All rights reserved.