Package org.apache.iceberg.view
Interface SQLViewRepresentation
- All Superinterfaces:
 ViewRepresentation
SQLViewRepresentation represents views in SQL with a given dialect
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.view.ViewRepresentation
ViewRepresentation.Type - 
Method Summary
 
- 
Method Details
- 
type
- Specified by:
 typein interfaceViewRepresentation
 - 
sql
String sql()The view query SQL text. - 
dialect
String dialect()The view query SQL dialect. 
 -