Class RegisterTableProcedure
java.lang.Object
io.trino.plugin.iceberg.procedure.RegisterTableProcedure
- All Implemented Interfaces:
javax.inject.Provider<Procedure>
-
Constructor Summary
ConstructorsConstructorDescriptionRegisterTableProcedure(TrinoCatalogFactory catalogFactory, TrinoFileSystemFactory fileSystemFactory, IcebergConfig icebergConfig) -
Method Summary
Modifier and TypeMethodDescriptionget()static StringgetLatestMetadataLocation(TrinoFileSystem fileSystem, String location) voidregisterTable(ConnectorSession clientSession, String schemaName, String tableName, String tableLocation, String metadataFileName)
-
Constructor Details
-
RegisterTableProcedure
@Inject public RegisterTableProcedure(TrinoCatalogFactory catalogFactory, TrinoFileSystemFactory fileSystemFactory, IcebergConfig icebergConfig)
-
-
Method Details