| Interface | Description |
|---|---|
| Accessor<T> | |
| AppendFiles |
API for appending new files in a table.
|
| CombinedScanTask |
A scan task made of several ranges from files.
|
| ContentFile<F> |
Superinterface of
DataFile and DeleteFile that exposes common methods. |
| DataFile |
Interface for data files listed in a table manifest.
|
| DataTask |
A task that returns data as
rows instead of where to read data. |
| DeleteFile |
Interface for delete files listed in a table delete manifest.
|
| DeleteFiles |
API for deleting files from a table.
|
| ExpireSnapshots |
API for removing old
snapshots from a table. |
| FileScanTask |
A scan task over a range of a single file.
|
| HistoryEntry |
Table history entry.
|
| ManageSnapshots |
API for managing snapshots.
|
| ManifestFile |
Represents a manifest file that can be scanned to find data files in a table.
|
| ManifestFile.PartitionFieldSummary |
Summarizes the values of one partition field stored in a manifest file.
|
| OverwriteFiles |
API for overwriting files in a table.
|
| PendingUpdate<T> |
API for table metadata changes.
|
| ReplacePartitions |
Not recommended: API for overwriting files in a table by partition.
|
| ReplaceSortOrder |
API for replacing table sort order with a newly created order.
|
| RewriteFiles |
API for replacing files in a table.
|
| RewriteManifests |
API for rewriting manifests for a table.
|
| Rollback |
API for rolling table data back to the state at an older table
snapshot. |
| RowDelta |
API for encoding row-level changes to a table.
|
| ScanTask |
A scan task.
|
| Snapshot |
A snapshot of the data in a table at a point in time.
|
| SnapshotUpdate<ThisT> |
API for table changes that produce snapshots.
|
| SortOrderBuilder<R> |
Methods for building a sort order.
|
| StructLike |
Interface for accessing data by position in a schema.
|
| Table |
Represents a table.
|
| Tables |
Generic interface for creating and loading a table implementation.
|
| TableScan |
API for configuring a table scan.
|
| Transaction |
A transaction for performing multiple updates to a table.
|
| UpdateLocation |
API for setting a table's base location.
|
| UpdatePartitionSpec |
API for partition spec evolution.
|
| UpdateProperties |
API for updating table properties.
|
| UpdateSchema |
API for schema evolution.
|
| Class | Description |
|---|---|
| Accessors |
Position2Accessor and Position3Accessor here is an optimization.
|
| DataOperations |
Data operations that produce snapshots.
|
| Files | |
| Metrics |
Iceberg file format metrics.
|
| PartitionField |
Represents a single field in a
PartitionSpec. |
| PartitionKey |
A struct of partition values.
|
| PartitionSpec |
Represents how to produce partition data for a table.
|
| PartitionSpec.Builder |
Used to create valid
partition specs. |
| Schema |
The schema of a data table.
|
| SortField |
A field in a
SortOrder. |
| SortOrder |
A sort order that defines how data and delete files should be ordered in a table.
|
| SortOrder.Builder |
A builder used to create valid
sort orders. |
| Enum | Description |
|---|---|
| DistributionMode |
Enum of supported write distribution mode, it defines the write behavior of batch or streaming job:
|
| FileContent |
Content type stored in a file, one of DATA, POSITION_DELETES, or EQUALITY_DELETES.
|
| FileFormat |
Enum of supported file formats.
|
| ManifestContent |
Content type stored in a manifest file, either DATA or DELETES.
|
| NullOrder | |
| SortDirection |