Class SQLRepresentation

java.lang.Object
org.apache.gravitino.rel.SQLRepresentation
All Implemented Interfaces:
Representation

@Unstable public final class SQLRepresentation extends Object implements Representation
A SQL-based Representation of a view. Each SQLRepresentation carries the SQL text together with the dialect it is expressed in.

Default catalog and schema used to resolve unqualified identifiers referenced by the SQL are defined at the View level and shared across all representations of the view.