| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Class and Description |
|---|---|
class |
ResolvedCatalogView
A validated
CatalogView that is backed by the original metadata coming from the Catalog but resolved by the framework. |
| Modifier and Type | Method and Description |
|---|---|
CatalogView |
ResolvedCatalogView.getOrigin() |
static CatalogView |
CatalogView.of(Schema schema,
String comment,
String originalQuery,
String expandedQuery,
Map<String,String> options)
Creates a basic implementation of this interface.
|
| Constructor and Description |
|---|
ResolvedCatalogView(CatalogView origin,
ResolvedSchema resolvedSchema) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.