Uses of Class
org.apache.flink.table.api.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return SchemaModifier and TypeMethodDescriptionSchema.Builder.build()Returns an instance of an unresolvedSchema.static SchemaSchema.derived()Convenience method for stating explicitly that a schema is empty and should be fully derived by the framework.Methods in org.apache.flink.table.api with parameters of type SchemaModifier and TypeMethodDescriptionSchema.Builder.fromSchema(Schema unresolvedSchema) Adopts all members from the given unresolved schema. -
Uses of Schema in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return SchemaModifier and TypeMethodDescriptionCatalogModel.getInputSchema()Get the unresolved input schema of the model.DefaultCatalogModel.getInputSchema()DefaultResolvedCatalogModel.getInputSchema()CatalogModel.getOutputSchema()Get the unresolved output schema of the model.DefaultCatalogModel.getOutputSchema()DefaultResolvedCatalogModel.getOutputSchema()default SchemaCatalogBaseTable.getUnresolvedSchema()Returns the schema of the table or view.DefaultCatalogMaterializedTable.getUnresolvedSchema()DefaultCatalogTable.getUnresolvedSchema()ResolvedCatalogTable.getUnresolvedSchema()ResolvedCatalogView.getUnresolvedSchema()Methods in org.apache.flink.table.catalog with parameters of type SchemaModifier and TypeMethodDescriptionstatic CatalogModelCatalogModel.of(Schema inputSchema, Schema outputSchema, Map<String, String> modelOptions, String comment) Creates a basic implementation of this interface.static CatalogViewCatalogView.of(Schema schema, String comment, String originalQuery, String expandedQuery, Map<String, String> options) Creates a basic implementation of this interface.Constructors in org.apache.flink.table.catalog with parameters of type SchemaModifierConstructorDescriptionprotectedDefaultCatalogMaterializedTable(Schema schema, String comment, List<String> partitionKeys, Map<String, String> options, Long snapshot, String definitionQuery, IntervalFreshness freshness, CatalogMaterializedTable.LogicalRefreshMode logicalRefreshMode, CatalogMaterializedTable.RefreshMode refreshMode, CatalogMaterializedTable.RefreshStatus refreshStatus, String refreshHandlerDescription, byte[] serializedRefreshHandler) protectedDefaultCatalogModel(Schema inputSchema, Schema outputSchema, Map<String, String> modelOptions, String comment) protectedDefaultCatalogTable(Schema schema, String comment, List<String> partitionKeys, Map<String, String> options) protectedDefaultCatalogTable(Schema schema, String comment, List<String> partitionKeys, Map<String, String> options, Long snapshot, TableDistribution distribution) -
Uses of Schema in org.apache.flink.table.legacy.api
Methods in org.apache.flink.table.legacy.api that return Schema