Uses of Class
org.apache.drill.metastore.mongo.operate.Overwrite
Packages that use Overwrite
Package
Description
-
Uses of Overwrite in org.apache.drill.metastore.mongo.components.tables
Methods in org.apache.drill.metastore.mongo.components.tables that return types with arguments of type OverwriteModifier and TypeMethodDescriptionTablesOperationTransformer.toOverwrite
(List<TableMetadataUnit> units) Groups given list ofTableMetadataUnit
, convert them to list of overwrite operations -
Uses of Overwrite in org.apache.drill.metastore.mongo.transform
Methods in org.apache.drill.metastore.mongo.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.