Schema |
Schema.field(String fieldName,
String fieldType) |
Deprecated.
Adds a field with the field name and the type string.
|
Schema |
Schema.field(String fieldName,
org.apache.flink.api.common.typeinfo.TypeInformation<?> fieldType) |
Deprecated.
|
Schema |
Schema.field(String fieldName,
DataType fieldType) |
Deprecated.
Adds a field with the field name and the data type.
|
Schema |
Schema.from(String originFieldName) |
Deprecated.
Specifies the origin of the previously defined field.
|
Schema |
Schema.proctime() |
Deprecated.
Specifies the previously defined field as a processing-time attribute.
|
Schema |
Schema.rowtime(Rowtime rowtime) |
Deprecated.
Specifies the previously defined field as an event-time attribute.
|
Schema |
Schema.schema(TableSchema schema) |
Deprecated.
Sets the schema with field names and the types.
|