Uses of Class
org.apache.flink.table.catalog.ContextResolvedTable
-
Packages that use ContextResolvedTable Package Description org.apache.flink.table.catalog org.apache.flink.table.operations -
-
Uses of ContextResolvedTable in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ContextResolvedTable Modifier and Type Method Description static ContextResolvedTableContextResolvedTable. anonymous(String hint, org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable)static ContextResolvedTableContextResolvedTable. anonymous(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable)ContextResolvedTableContextResolvedTable. copy(Map<String,String> newOptions)Copy theContextResolvedTable, replacing the underlyingCatalogTableoptions.ContextResolvedTableContextResolvedTable. copy(org.apache.flink.table.catalog.ResolvedSchema newSchema)Copy theContextResolvedTable, replacing the underlyingResolvedSchema.ContextResolvedTableCatalogManager. getTableOrError(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier)LikeCatalogManager.getTable(ObjectIdentifier), but throws an error when the table is not available in any of the catalogs.static ContextResolvedTableContextResolvedTable. permanent(org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.Catalog catalog, org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable)static ContextResolvedTableContextResolvedTable. temporary(org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable)ContextResolvedTableContextResolvedTable. toCatalogTable()Methods in org.apache.flink.table.catalog that return types with arguments of type ContextResolvedTable Modifier and Type Method Description Optional<ContextResolvedTable>CatalogManager. getTable(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier)Retrieves a fully qualified table.Optional<ContextResolvedTable>CatalogManager. getTable(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier, long timestamp)Retrieves a fully qualified table with a specific time. -
Uses of ContextResolvedTable in org.apache.flink.table.operations
Fields in org.apache.flink.table.operations declared as ContextResolvedTable Modifier and Type Field Description protected ContextResolvedTableSinkModifyOperation. contextResolvedTableMethods in org.apache.flink.table.operations that return ContextResolvedTable Modifier and Type Method Description ContextResolvedTableExternalModifyOperation. getContextResolvedTable()ContextResolvedTableSinkModifyOperation. getContextResolvedTable()ContextResolvedTableSourceQueryOperation. getContextResolvedTable()Constructors in org.apache.flink.table.operations with parameters of type ContextResolvedTable Constructor Description DeleteFromFilterOperation(ContextResolvedTable contextResolvedTable, org.apache.flink.table.connector.sink.abilities.SupportsDeletePushDown supportsDeletePushDownSink, List<org.apache.flink.table.expressions.ResolvedExpression> filters)ExternalModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, org.apache.flink.table.connector.ChangelogMode changelogMode, org.apache.flink.table.types.DataType physicalDataType)SinkModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child)SinkModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, int[][] targetColumns, ModifyType modifyType)SinkModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, Map<String,String> staticPartitions, int[][] targetColumns, boolean overwrite, Map<String,String> dynamicOptions)SinkModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, Map<String,String> staticPartitions, int[][] targetColumns, boolean overwrite, Map<String,String> dynamicOptions, ModifyType modifyType)SourceQueryOperation(ContextResolvedTable contextResolvedTable)StagedSinkModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, Map<String,String> staticPartitions, int[][] targetColumns, boolean overwrite, Map<String,String> dynamicOptions, org.apache.flink.table.connector.sink.DynamicTableSink dynamicTableSink)StagedSinkModifyOperation(ContextResolvedTable contextResolvedTable, QueryOperation child, Map<String,String> staticPartitions, int[][] targetColumns, boolean overwrite, Map<String,String> dynamicOptions, ModifyType modifyType, org.apache.flink.table.connector.sink.DynamicTableSink dynamicTableSink)
-