Class Delete
java.lang.Object
org.apache.drill.metastore.iceberg.operate.Delete
- All Implemented Interfaces:
- IcebergOperation
Iceberg delete operation: deletes data based on given row filter.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Deletepublic Delete(org.apache.iceberg.expressions.Expression filter) 
 
- 
- 
Method Details- 
filterpublic org.apache.iceberg.expressions.Expression filter()
- 
addpublic void add(org.apache.iceberg.Transaction transaction) Description copied from interface:IcebergOperationAdds operation to the given transaction.- Specified by:
- addin interface- IcebergOperation
- Parameters:
- transaction- current transaction
 
 
-