Package io.deephaven.enterprise.iceberg
Class IcebergTableAccess.IcebergResults
java.lang.Object
io.deephaven.enterprise.iceberg.IcebergTableAccess.IcebergResults
- Enclosing class:
- IcebergTableAccess
More advanced results, useful for
IcebergUpdateMode.IcebergUpdateType.MANUAL_REFRESHING.-
Method Summary
Modifier and TypeMethodDescriptiontable()The results of applying ACLs to theIcebergTable.voidupdate()IcebergTable.update()applied to the pre-ACLIcebergTable.voidupdate(long snapshotId) IcebergTable.update(long)applied to the pre-ACLIcebergTable.voidupdate(org.apache.iceberg.Snapshot snapshot) IcebergTable.update(Snapshot)applied to the pre-ACLIcebergTable.
-
Method Details
-
update
public void update()IcebergTable.update()applied to the pre-ACLIcebergTable. -
update
public void update(long snapshotId) IcebergTable.update(long)applied to the pre-ACLIcebergTable.- Parameters:
snapshotId- the snapshot ID
-
update
public void update(org.apache.iceberg.Snapshot snapshot) IcebergTable.update(Snapshot)applied to the pre-ACLIcebergTable.- Parameters:
snapshot- the snapshot
-
table
The results of applying ACLs to theIcebergTable.- Returns:
- the table
-