Uses of Class
org.apache.flink.table.legacy.descriptors.Schema
Packages that use Schema
-
Uses of Schema in org.apache.flink.table.legacy.descriptors
Methods in org.apache.flink.table.legacy.descriptors that return SchemaModifier and TypeMethodDescriptionDeprecated.Adds a field with the field name and the type string.Deprecated.This method will be removed in future versions as it uses the old type system.Deprecated.Adds a field with the field name and the data type.Deprecated.Specifies the origin of the previously defined field.Schema.proctime()Deprecated.Specifies the previously defined field as a processing-time attribute.Deprecated.Specifies the previously defined field as an event-time attribute.Schema.schema(TableSchema schema) Deprecated.Sets the schema with field names and the types.