Class GlueIcebergUtil
java.lang.Object
io.trino.plugin.iceberg.catalog.glue.GlueIcebergUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.amazonaws.services.glue.model.TableInputgetMaterializedViewTableInput(String viewName, String viewOriginalText, String owner, Map<String, String> parameters) static com.amazonaws.services.glue.model.TableInputgetTableInput(TypeManager typeManager, String tableName, Optional<String> owner, org.apache.iceberg.TableMetadata metadata, String newMetadataLocation, Map<String, String> parameters, boolean cacheTableMetadata) static com.amazonaws.services.glue.model.TableInputgetViewTableInput(String viewName, String viewOriginalText, String owner, Map<String, String> parameters)
-
Method Details
-
getTableInput
-
getViewTableInput
-
getMaterializedViewTableInput
-