public class Overwrite extends Object implements IcebergOperation
| Constructor and Description |
|---|
Overwrite(org.apache.iceberg.DataFile dataFile,
org.apache.iceberg.expressions.Expression filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.iceberg.Transaction transaction)
Adds operation to the given transaction.
|
org.apache.iceberg.DataFile |
dataFile() |
org.apache.iceberg.expressions.Expression |
filter() |
public Overwrite(org.apache.iceberg.DataFile dataFile,
org.apache.iceberg.expressions.Expression filter)
public org.apache.iceberg.expressions.Expression filter()
public org.apache.iceberg.DataFile dataFile()
public void add(org.apache.iceberg.Transaction transaction)
IcebergOperationadd in interface IcebergOperationtransaction - current transactionCopyright © 2021 The Apache Software Foundation. All rights reserved.