| Package | Description |
|---|---|
| com.facebook.presto.spi.connector | |
| com.facebook.presto.spi.connector.classloader |
| Modifier and Type | Method and Description |
|---|---|
default Optional<SystemTable> |
ConnectorMetadata.getSystemTable(ConnectorSession session,
SchemaTableName tableName)
Returns the system table for the specified table name, if one exists.
|
default Set<SystemTable> |
Connector.getSystemTables() |
| Modifier and Type | Method and Description |
|---|---|
Optional<SystemTable> |
ClassLoaderSafeConnectorMetadata.getSystemTable(ConnectorSession session,
SchemaTableName tableName) |
Copyright © 2012–2022. All rights reserved.