Uses of Interface
org.apache.iceberg.view.Version
-
Packages that use Version Package Description org.apache.iceberg.view -
-
Uses of Version in org.apache.iceberg.view
Classes in org.apache.iceberg.view that implement Version Modifier and Type Class Description classBaseVersionMethods in org.apache.iceberg.view that return Version Modifier and Type Method Description VersionBaseView. currentVersion()VersionView. currentVersion()Get the currentversionfor this view, or null if there are no versions.VersionViewVersionMetadata. currentVersion()static VersionVersionParser. fromJson(String json)VersionBaseView. version(int versionId)VersionView. version(int versionId)Get aversionin this view by ID.VersionViewVersionMetadata. version(int versionId)Methods in org.apache.iceberg.view that return types with arguments of type Version Modifier and Type Method Description Iterable<Version>BaseView. versions()Iterable<Version>View. versions()Get theversionsof this view.List<Version>ViewVersionMetadata. versions()Methods in org.apache.iceberg.view with parameters of type Version Modifier and Type Method Description static StringVersionParser. toJson(Version version)Constructor parameters in org.apache.iceberg.view with type arguments of type Version Constructor Description ViewVersionMetadata(String location, ViewDefinition definition, Map<String,String> properties, int currentVersionId, List<Version> versions, List<HistoryEntry> versionLog)
-