| 类和说明 |
|---|
| org.apache.flink.formats.csv.CsvRowDeserializationSchema
The format was developed for the Table API users and will not be maintained for
DataStream API users anymore. Either use Table API or switch to Data Stream, defining your
own
DeserializationSchema. |
| org.apache.flink.formats.csv.CsvRowSerializationSchema
The format was developed for the Table API users and will not be maintained for
DataStream API users anymore. Either use Table API or switch to Data Stream, defining your
own
SerializationSchema. |
| 方法和说明 |
|---|
| org.apache.flink.formats.csv.CsvReaderFormat.forSchema(CsvMapper, CsvSchema, TypeInformation<T>)
This method is limited to serializable
CsvMappers, preventing
the usage of certain Jackson modules (like the Java 8 Date/Time Serializers). Use #forSchema(Supplier, Function,
TypeInformation) instead. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.