| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.descriptors |
| 限定符和类型 | 方法和说明 |
|---|---|
Schema |
Schema.field(String fieldName,
DataType fieldType)
已过时。
Adds a field with the field name and the data type.
|
Schema |
Schema.field(String fieldName,
String fieldType)
已过时。
Adds a field with the field name and the type string.
|
Schema |
Schema.field(String fieldName,
org.apache.flink.api.common.typeinfo.TypeInformation<?> fieldType)
已过时。
This method will be removed in future versions as it uses the old type system.
Please use
field(String, DataType) instead. |
Schema |
Schema.from(String originFieldName)
已过时。
Specifies the origin of the previously defined field.
|
Schema |
Schema.proctime()
已过时。
Specifies the previously defined field as a processing-time attribute.
|
Schema |
Schema.rowtime(Rowtime rowtime)
已过时。
Specifies the previously defined field as an event-time attribute.
|
Schema |
Schema.schema(TableSchema schema)
已过时。
Sets the schema with field names and the types.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.