Uses of Class
org.apache.drill.metastore.operate.Delete
Packages that use Delete
Package
Description
-
Uses of Delete in org.apache.drill.metastore.iceberg.operate
Methods in org.apache.drill.metastore.iceberg.operate with parameters of type Delete -
Uses of Delete in org.apache.drill.metastore.iceberg.transform
Methods in org.apache.drill.metastore.iceberg.transform with parameters of type Delete -
Uses of Delete in org.apache.drill.metastore.mongo.operate
Methods in org.apache.drill.metastore.mongo.operate with parameters of type Delete -
Uses of Delete in org.apache.drill.metastore.mongo.transform
Methods in org.apache.drill.metastore.mongo.transform with parameters of type Delete -
Uses of Delete in org.apache.drill.metastore.operate
Methods in org.apache.drill.metastore.operate that return DeleteMethods in org.apache.drill.metastore.operate with parameters of type DeleteModifier and TypeMethodDescriptionprotected abstract void
Adds delete operation to the list of pending operations.Adds delete operation for the Metastore component based on the filter expression and metadata types. -
Uses of Delete in org.apache.drill.metastore.rdbms.operate
Methods in org.apache.drill.metastore.rdbms.operate with parameters of type Delete -
Uses of Delete in org.apache.drill.metastore.rdbms.transform
Methods in org.apache.drill.metastore.rdbms.transform with parameters of type DeleteModifier and TypeMethodDescriptionConverts Metastore delete operation holder into list of RDBMS Metastore delete operations.