Uses of Class
org.apache.flink.table.catalog.ContextResolvedTable
Packages that use ContextResolvedTable
-
Uses of ContextResolvedTable in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ContextResolvedTableModifier and TypeMethodDescriptionstatic ContextResolvedTableContextResolvedTable.anonymous(String hint, org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) static ContextResolvedTableContextResolvedTable.anonymous(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> resolvedTable) Copy theContextResolvedTable, replacing the underlyingCatalogTableoptions.ContextResolvedTable.copy(org.apache.flink.table.catalog.ResolvedSchema newSchema) Copy theContextResolvedTable, replacing the underlyingResolvedSchema.CatalogManager.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) ContextResolvedTable.toCatalogTable()Methods in org.apache.flink.table.catalog that return types with arguments of type ContextResolvedTableModifier and TypeMethodDescriptionCatalogManager.getTable(org.apache.flink.table.catalog.ObjectIdentifier objectIdentifier) Retrieves a fully qualified table.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 ContextResolvedTableModifier and TypeFieldDescriptionprotected final ContextResolvedTableSinkModifyOperation.contextResolvedTableMethods in org.apache.flink.table.operations that return ContextResolvedTableModifier and TypeMethodDescriptionExternalModifyOperation.getContextResolvedTable()SinkModifyOperation.getContextResolvedTable()SourceQueryOperation.getContextResolvedTable()Constructors in org.apache.flink.table.operations with parameters of type ContextResolvedTableModifierConstructorDescriptionDeleteFromFilterOperation(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)