Uses of Class
org.apache.drill.metastore.iceberg.operate.Overwrite
Packages that use Overwrite
Package
Description
-
Uses of Overwrite in org.apache.drill.metastore.iceberg.components.tables
Methods in org.apache.drill.metastore.iceberg.components.tables that return types with arguments of type OverwriteModifier and TypeMethodDescriptionTablesOperationTransformer.toOverwrite
(List<TableMetadataUnit> units) Groups given list ofTableMetadataUnit
based on table key (storage plugin, workspace and table name), each table key is grouped by metadata key. -
Uses of Overwrite in org.apache.drill.metastore.iceberg.transform
Methods in org.apache.drill.metastore.iceberg.transform that return OverwriteModifier and TypeMethodDescriptionOperationTransformer.toOverwrite
(String location, org.apache.iceberg.expressions.Expression expression, List<T> units) Methods in org.apache.drill.metastore.iceberg.transform that return types with arguments of type OverwriteModifier and TypeMethodDescriptionOperationTransformer.toOverwrite
(List<T> units) Converts given list of Metastore components units into list of overwrite operations.