| Package | Description |
|---|---|
| org.apache.hudi.cli |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.add(List<Comparable> row)
Main API to add row to the table.
|
Table |
Table.addAll(List<List<Comparable>> rows)
Add all rows.
|
Table |
Table.addAllRows(List<Comparable[]> rows)
Add all rows.
|
Table |
Table.flip()
API to let the table know writing is over and reading is going to start.
|
Copyright © 2025 The Apache Software Foundation. All rights reserved.