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 Summary
-
Method Summary
-
Constructor Details
-
Delete
public Delete(org.apache.iceberg.expressions.Expression filter)
-
-
Method Details
-
filter
public org.apache.iceberg.expressions.Expression filter() -
add
public void add(org.apache.iceberg.Transaction transaction) Description copied from interface:IcebergOperation
Adds operation to the given transaction.- Specified by:
add
in interfaceIcebergOperation
- Parameters:
transaction
- current transaction
-