Uses of Class
org.apache.flink.table.api.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in io.confluent.flink.plugin
Methods in io.confluent.flink.plugin with parameters of type Schema -
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 that return types with arguments of type SchemaMethods 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.ModelDescriptor.Builder.inputSchema(Schema inputSchema) Define the input schema of theModelDescriptor.ModelDescriptor.Builder.outputSchema(Schema outputSchema) Define the output schema of theModelDescriptor.Define the schema of theTableDescriptor.Constructors in org.apache.flink.table.api with parameters of type 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.CatalogModel.getOutputSchema()Get the unresolved output schema of the model.Methods in org.apache.flink.table.catalog with parameters of type Schema