Uses of Interface
org.apache.iceberg.view.View
-
Packages that use View Package Description org.apache.iceberg.nessie org.apache.iceberg.view -
-
Uses of View in org.apache.iceberg.nessie
Methods in org.apache.iceberg.nessie that return View Modifier and Type Method Description ViewNessieExtCatalog. load(String viewIdentifier) -
Uses of View in org.apache.iceberg.view
Classes in org.apache.iceberg.view that implement View Modifier and Type Class Description classBaseViewBaseViewimplementation.Methods in org.apache.iceberg.view that return View Modifier and Type Method Description ViewBaseMetastoreViews. load(String viewIdentifier)ViewHadoopViews. load(String location)Loads the View object from a FileSystem path location.ViewViews. load(String viewIdentifier)Loads a view by name.
-