Package org.apache.gravitino.rel
Interface Representation
- All Known Implementing Classes:
RepresentationDTO,SQLRepresentation,SQLRepresentationDTO
A representation of a view's underlying definition. A view can carry multiple representations
targeting different engines or dialects. Currently only the
SQL representation
type is supported.-
Field Summary
Fields -
Method Summary
-
Field Details
-
TYPE_SQL
The representation type for SQL-based view definitions.- See Also:
-
-
Method Details