Interface | Description |
---|---|
Action<R> |
An action performed on a table.
|
CreateAction | |
SnapshotAction | |
SnapshotUpdateAction<ThisT,R> |
Class | Description |
---|---|
Actions | |
BaseRewriteDataFilesAction<ThisT> | |
ExpireSnapshotsAction |
An action which performs the same operation as
ExpireSnapshots but uses Spark
to determine the delta in files between the pre and post-expiration table metadata. |
ExpireSnapshotsActionResult | |
ManifestFileBean | |
RemoveOrphanFilesAction |
An action that removes orphan metadata and data files by listing a given location and comparing
the actual files in that location with data and metadata files referenced by all valid snapshots.
|
RewriteDataFilesAction | |
RewriteDataFilesActionResult | |
RewriteManifestsAction |
An action that rewrites manifests in a distributed manner and co-locates metadata for partitions.
|
RewriteManifestsActionResult | |
Spark3MigrateAction |
Takes a Spark table in the sourceCatalog and attempts to transform it into an Iceberg
Table in the same location with the same identifier.
|
Spark3SnapshotAction |
Creates a new Iceberg table based on a source Spark table.
|
SparkActions |