| Modifier and Type | Method and Description |
|---|---|
Modify<TableMetadataUnit> |
IcebergTables.modify() |
| Modifier and Type | Class and Description |
|---|---|
class |
IcebergModify<T>
Implementation of
Modify interface based on AbstractModify parent class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModify<T>
Abstract implementation of
Modify interface which contains
all boilerplace code for collecting overwrite units and delete operations. |
| Modifier and Type | Method and Description |
|---|---|
Modify<T> |
AbstractModify.delete(Delete delete) |
Modify<T> |
Modify.delete(Delete delete)
Adds delete operation for the Metastore component based on the filter expression and metadata types.
|
Modify<T> |
Operations.modify() |
Modify<T> |
AbstractModify.overwrite(List<T> units) |
Modify<T> |
Modify.overwrite(List<T> units)
Adds overwrite operation for the Metastore component.
|
default Modify<T> |
Modify.overwrite(T... units) |
| Modifier and Type | Method and Description |
|---|---|
Modify<TableMetadataUnit> |
RdbmsTables.modify() |
| Modifier and Type | Class and Description |
|---|---|
class |
RdbmsModify<T>
Implementation of
Modify interface based on AbstractModify parent class. |
Copyright © 2021 The Apache Software Foundation. All rights reserved.