Uses of Interface
org.apache.iceberg.view.ViewOperations
-
Packages that use ViewOperations Package Description org.apache.iceberg.nessie org.apache.iceberg.view -
-
Uses of ViewOperations in org.apache.iceberg.nessie
Classes in org.apache.iceberg.nessie that implement ViewOperations Modifier and Type Class Description classNessieViewOperations -
Uses of ViewOperations in org.apache.iceberg.view
Classes in org.apache.iceberg.view that implement ViewOperations Modifier and Type Class Description classBaseMetastoreViewOperationsclassHadoopViewOperationsThe Views implementation Based on FileIO.Methods in org.apache.iceberg.view that return ViewOperations Modifier and Type Method Description ViewOperationsBaseView. operations()ViewOperationsHasViewOperations. operations()Methods in org.apache.iceberg.view with parameters of type ViewOperations Modifier and Type Method Description static voidViewUtils. doCommit(String operation, Map<String,String> properties, int versionId, int parentId, ViewDefinition definition, String location, ViewOperations ops, ViewVersionMetadata prevViewVersionMetadata)The method prepares the arguments to perform the commit and then proceeds to commit.Constructors in org.apache.iceberg.view with parameters of type ViewOperations Constructor Description BaseView(ViewOperations ops, String name)CommentUpdate(ViewOperations ops)
-