| Package | Description |
|---|---|
| org.apache.drill.metastore.iceberg.components.tables | |
| org.apache.drill.metastore.iceberg.transform |
| Modifier and Type | Method and Description |
|---|---|
List<Overwrite> |
TablesOperationTransformer.toOverwrite(List<TableMetadataUnit> units)
Groups given list of
TableMetadataUnit based on table key
(storage plugin, workspace and table name), each table key is grouped by metadata key. |
| Modifier and Type | Method and Description |
|---|---|
Overwrite |
OperationTransformer.toOverwrite(String location,
org.apache.iceberg.expressions.Expression expression,
List<T> units) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Overwrite> |
OperationTransformer.toOverwrite(List<T> units)
Converts given list of Metastore components units into list of overwrite operations.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.