Uses of Class
org.apache.iceberg.view.VersionSummary
-
Packages that use VersionSummary Package Description org.apache.iceberg.view -
-
Uses of VersionSummary in org.apache.iceberg.view
Methods in org.apache.iceberg.view that return VersionSummary Modifier and Type Method Description VersionSummaryBaseVersion. summary()VersionSummaryVersion. summary()Returns the version summary such as the name and genie-id of the operation that created that version of the view.Constructors in org.apache.iceberg.view with parameters of type VersionSummary Constructor Description BaseVersion(int versionId, Integer parentId, long timestampMillis, VersionSummary summary, ViewDefinition viewDefinition)
-