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