Action<ThisT,R> |
An action performed on a table.
|
ActionsProvider |
An API that should be implemented by query engine integrations for providing actions.
|
ComputeTableStats |
An action that collects statistics of an Iceberg table and writes to Puffin files.
|
ComputeTableStats.Result |
The result of table statistics collection.
|
ConvertEqualityDeleteFiles |
An action for converting the equality delete files to position delete files.
|
ConvertEqualityDeleteFiles.Result |
The action result that contains a summary of the execution.
|
ConvertEqualityDeleteStrategy |
A strategy for the action to convert equality delete to position deletes.
|
DeleteOrphanFiles |
An action that deletes orphan metadata, data and delete files in a table.
|
DeleteOrphanFiles.Result |
The action result that contains a summary of the execution.
|
DeleteReachableFiles |
An action that deletes all files referenced by a table metadata file.
|
DeleteReachableFiles.Result |
The action result that contains a summary of the execution.
|
ExpireSnapshots |
An action that expires snapshots in a table.
|
ExpireSnapshots.Result |
The action result that contains a summary of the execution.
|
FileRewriter<T extends ContentScanTask<F>,F extends ContentFile<F>> |
A class for rewriting content files.
|
MigrateTable |
An action that migrates an existing table to Iceberg.
|
MigrateTable.Result |
The action result that contains a summary of the execution.
|
RemoveDanglingDeleteFiles |
An action that removes dangling delete files from the current snapshot.
|
RemoveDanglingDeleteFiles.Result |
An action that remove dangling deletes.
|
RewriteDataFiles |
An action for rewriting data files according to a rewrite strategy.
|
RewriteDataFiles.FileGroupFailureResult |
For a file group that failed to rewrite.
|
RewriteDataFiles.FileGroupInfo |
A description of a file group, when it was processed, and within which partition.
|
RewriteDataFiles.FileGroupRewriteResult |
For a particular file group, the number of files which are newly created and the number of
files which were formerly part of the table but have been rewritten.
|
RewriteDataFiles.Result |
A map of file group information to the results of rewriting that file group.
|
RewriteManifests |
An action that rewrites manifests.
|
RewriteManifests.Result |
The action result that contains a summary of the execution.
|
RewritePositionDeleteFiles |
An action for rewriting position delete files.
|
RewritePositionDeleteFiles.FileGroupInfo |
A description of a position delete file group, when it was processed, and within which
partition.
|
RewritePositionDeleteFiles.FileGroupRewriteResult |
For a particular position delete file group, the number of position delete files which are
newly created and the number of files which were formerly part of the table but have been
rewritten.
|
RewritePositionDeleteFiles.Result |
The action result that contains a summary of the execution.
|
RewriteTablePath |
An action that rewrites the table's metadata files to a staging directory, replacing all source
prefixes in absolute paths with a specified target prefix.
|
RewriteTablePath.Result |
The action result that contains a summary of the execution.
|
SnapshotTable |
An action that creates an independent snapshot of an existing table.
|
SnapshotTable.Result |
The action result that contains a summary of the execution.
|
SnapshotUpdate<ThisT,R> |
An action that produces snapshots.
|
SnapshotUpdateAction<ThisT,R> |
|