Uses of Class
org.apache.flink.table.catalog.ResolvedSchema
Packages that use ResolvedSchema
Package
Description
-
Uses of ResolvedSchema in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return ResolvedSchemaModifier and TypeMethodDescriptionSchema.resolve(SchemaResolver resolver) Resolves the givenSchemato a validatedResolvedSchema.Methods in org.apache.flink.table.api with parameters of type ResolvedSchemaModifier and TypeMethodDescriptionSchema.Builder.fromResolvedSchema(ResolvedSchema resolvedSchema) Adopts all members from the given resolved schema. -
Uses of ResolvedSchema in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ResolvedSchemaModifier and TypeMethodDescriptionDefaultResolvedCatalogModel.getResolvedInputSchema()ResolvedCatalogModel.getResolvedInputSchema()Returns a fully resolved and validatedResolvedSchemainputSchema.DefaultResolvedCatalogModel.getResolvedOutputSchema()ResolvedCatalogModel.getResolvedOutputSchema()Returns a fully resolved and validatedResolvedSchemaoutputSchema.ResolvedCatalogBaseTable.getResolvedSchema()Returns a fully resolved and validatedResolvedSchema.ResolvedCatalogMaterializedTable.getResolvedSchema()ResolvedCatalogTable.getResolvedSchema()ResolvedCatalogView.getResolvedSchema()static ResolvedSchemaShortcut for a resolved schema of only columns.static ResolvedSchemaShortcut for a resolved schema of only columns.static ResolvedSchemaShortcut for a resolved schema of only physical columns.static ResolvedSchemaShortcut for a resolved schema of only physical columns.Methods in org.apache.flink.table.catalog with parameters of type ResolvedSchemaModifier and TypeMethodDescriptionstatic ResolvedCatalogModelResolvedCatalogModel.of(CatalogModel origin, ResolvedSchema resolvedInputSchema, ResolvedSchema resolvedOutputSchema) Creates a basic implementation of this interface.Constructors in org.apache.flink.table.catalog with parameters of type ResolvedSchemaModifierConstructorDescriptionDefaultResolvedCatalogModel(CatalogModel origin, ResolvedSchema resolvedInputSchema, ResolvedSchema resolvedOutputSchema) ResolvedCatalogMaterializedTable(CatalogMaterializedTable origin, ResolvedSchema resolvedSchema) ResolvedCatalogTable(CatalogTable origin, ResolvedSchema resolvedSchema) ResolvedCatalogView(CatalogView origin, ResolvedSchema resolvedSchema) -
Uses of ResolvedSchema in org.apache.flink.table.legacy.api
Methods in org.apache.flink.table.legacy.api with parameters of type ResolvedSchemaModifier and TypeMethodDescriptionstatic TableSchemaTableSchema.fromResolvedSchema(ResolvedSchema resolvedSchema) Deprecated.Helps to migrate to the newResolvedSchemato old API methods. -
Uses of ResolvedSchema in org.apache.flink.table.types.utils
Methods in org.apache.flink.table.types.utils that return ResolvedSchemaModifier and TypeMethodDescriptionstatic ResolvedSchemaDataTypeUtils.expandCompositeTypeToSchema(DataType dataType) Expands a compositeDataTypeto a correspondingResolvedSchema. -
Uses of ResolvedSchema in org.apache.flink.table.utils
Methods in org.apache.flink.table.utils that return ResolvedSchemaModifier and TypeMethodDescriptionstatic ResolvedSchemaTableSchemaUtils.removeTimeAttributeFromResolvedSchema(ResolvedSchema resolvedSchema) Removes time attributes from theResolvedSchema.Methods in org.apache.flink.table.utils with parameters of type ResolvedSchemaModifier and TypeMethodDescriptionstatic ResolvedSchemaTableSchemaUtils.removeTimeAttributeFromResolvedSchema(ResolvedSchema resolvedSchema) Removes time attributes from theResolvedSchema. -
Uses of ResolvedSchema in org.apache.flink.table.utils.print
Methods in org.apache.flink.table.utils.print with parameters of type ResolvedSchemaModifier and TypeMethodDescriptionstatic TableauStylePrintStyle.tableauWithDataInferredColumnWidths(ResolvedSchema schema, RowDataToStringConverter converter) LikePrintStyle.tableauWithDataInferredColumnWidths(ResolvedSchema, RowDataToStringConverter, int, boolean, boolean), but using default values.static TableauStylePrintStyle.tableauWithDataInferredColumnWidths(ResolvedSchema schema, RowDataToStringConverter converter, int maxColumnWidth, boolean printNullAsEmpty, boolean printRowKind) LikePrintStyle.tableauWithTypeInferredColumnWidths(ResolvedSchema, RowDataToStringConverter, int, boolean, boolean), but uses the data to infer the column size.static TableauStylePrintStyle.tableauWithTypeInferredColumnWidths(ResolvedSchema schema, RowDataToStringConverter converter, int maxColumnWidth, boolean printNullAsEmpty, boolean printRowKind) Create a newTableauStyleusing column widths computed from the type.