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 TypeMethodDescriptionModel.getResolvedInputSchema()Returns the resolved input schema of this model.Model.getResolvedOutputSchema()Returns the resolved output schema of this model.Table.getResolvedSchema()Returns the resolved schema of this table.TableResult.getResolvedSchema()Returns the schema of the result.Schema.resolve(org.apache.flink.table.catalog.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 TypeMethodDescriptionstatic ResolvedSchemaShortcut for a resolved schema of only columns.static ResolvedSchemaResolvedSchema.of(org.apache.flink.table.catalog.Column... columns) Shortcut 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. -
Uses of ResolvedSchema in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return ResolvedSchemaModifier and TypeMethodDescriptionQueryOperation.getResolvedSchema()Resolved schema of this operation.