Uses of Interface
org.apache.flink.table.catalog.CatalogMaterializedTable
-
Packages that use CatalogMaterializedTable Package Description org.apache.flink.table.catalog org.apache.flink.table.operations.materializedtable -
-
Uses of CatalogMaterializedTable in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement CatalogMaterializedTable Modifier and Type Class Description class
DefaultCatalogMaterializedTable
Default implementation of aCatalogMaterializedTable
.class
ResolvedCatalogMaterializedTable
A validatedCatalogMaterializedTable
that is backed by the original metadata coming from theCatalog
but resolved by the framework.Methods in org.apache.flink.table.catalog that return CatalogMaterializedTable Modifier and Type Method Description CatalogMaterializedTable
CatalogMaterializedTable.Builder. build()
CatalogMaterializedTable
CatalogMaterializedTable. copy(Map<String,String> options)
Returns a copy of thisCatalogMaterializedTable
with given table optionsoptions
.CatalogMaterializedTable
CatalogMaterializedTable. copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler)
Returns a copy of thisCatalogDynamicTable
with given refresh info.CatalogMaterializedTable
DefaultCatalogMaterializedTable. copy(Map<String,String> options)
CatalogMaterializedTable
DefaultCatalogMaterializedTable. copy(CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler)
static CatalogMaterializedTable
CatalogPropertiesUtil. deserializeCatalogMaterializedTable(Map<String,String> properties)
Deserializes the given map of string properties into an unresolvedCatalogMaterializedTable
.CatalogMaterializedTable
ResolvedCatalogMaterializedTable. getOrigin()
Methods in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTable Modifier and Type Method Description ResolvedCatalogMaterializedTable
CatalogManager. resolveCatalogMaterializedTable(CatalogMaterializedTable table)
Resolves aCatalogMaterializedTable
to a validatedResolvedCatalogMaterializedTable
.Constructors in org.apache.flink.table.catalog with parameters of type CatalogMaterializedTable Constructor Description ResolvedCatalogMaterializedTable(CatalogMaterializedTable origin, ResolvedSchema resolvedSchema)
-
Uses of CatalogMaterializedTable in org.apache.flink.table.operations.materializedtable
Methods in org.apache.flink.table.operations.materializedtable that return CatalogMaterializedTable Modifier and Type Method Description CatalogMaterializedTable
AlterMaterializedTableChangeOperation. getCatalogMaterializedTable()
CatalogMaterializedTable
CreateMaterializedTableOperation. getCatalogMaterializedTable()
Constructors in org.apache.flink.table.operations.materializedtable with parameters of type CatalogMaterializedTable Constructor Description AlterMaterializedTableChangeOperation(ObjectIdentifier tableIdentifier, List<TableChange> tableChanges, CatalogMaterializedTable catalogMaterializedTable)
-