Class GlueIcebergUtil

java.lang.Object
io.trino.plugin.iceberg.catalog.glue.GlueIcebergUtil

public final class GlueIcebergUtil extends Object
  • Method Details

    • getTableInput

      public static com.amazonaws.services.glue.model.TableInput getTableInput(String tableName, Optional<String> owner, Map<String,String> parameters)
    • getViewTableInput

      public static com.amazonaws.services.glue.model.TableInput getViewTableInput(String viewName, String viewOriginalText, @Nullable String owner, Map<String,String> parameters)
    • getMaterializedViewTableInput

      public static com.amazonaws.services.glue.model.TableInput getMaterializedViewTableInput(String viewName, String viewOriginalText, String owner, Map<String,String> parameters)