Package io.trino.plugin.hive.util
Class SystemTables
- java.lang.Object
-
- io.trino.plugin.hive.util.SystemTables
-
public final class SystemTables extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SystemTablecreateSystemTable(ConnectorTableMetadata metadata, Function<TupleDomain<Integer>,RecordCursor> cursor)static Optional<SchemaTableName>getSourceTableNameFromSystemTable(Set<SystemTableProvider> systemTableProviders, SchemaTableName tableName)
-
-
-
Method Detail
-
getSourceTableNameFromSystemTable
public static Optional<SchemaTableName> getSourceTableNameFromSystemTable(Set<SystemTableProvider> systemTableProviders, SchemaTableName tableName)
-
createSystemTable
public static SystemTable createSystemTable(ConnectorTableMetadata metadata, Function<TupleDomain<Integer>,RecordCursor> cursor)
-
-