Package org.apache.gravitino.rel
Interface View
- All Superinterfaces:
Auditable
An interface representing a view in a
Namespace. It defines the basic properties of a
view. A catalog implementation with ViewCatalog should implement this interface.-
Method Summary
-
Method Details
-
name
String name()- Returns:
- The name of the view.
-
comment
- Returns:
- The comment of the view, null if no comment is set.
-
properties
- Returns:
- The properties of the view, empty map if no properties are set.
-