Package io.trino.connector.system
Interface SystemTablesProvider
- All Known Implementing Classes:
CoordinatorSystemTablesProvider,StaticSystemTablesProvider
public interface SystemTablesProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetSystemTable(ConnectorSession session, SchemaTableName tableName) Resolves table name.listSystemTables(ConnectorSession session)
-
Method Details
-
listSystemTables
-
getSystemTable
Resolves table name. ReturnsOptional.empty()if table is not found. Some tables which are not part of set returned bylistSystemTables(ConnectorSession)can still be validly resolved.
-