| 程序包 | 说明 |
|---|---|
| org.apache.flink.formats.csv |
| 类和说明 |
|---|
| AbstractCsvInputFormat
Input format that reads csv.
|
| CsvReaderFormat
A
StreamFormat for reading CSV files. |
| CsvRowDataDeserializationSchema
Deserialization schema from CSV to Flink Table & SQL internal data structures.
|
| CsvRowDataDeserializationSchema.Builder
A builder for creating a
CsvRowDataDeserializationSchema. |
| CsvRowDataSerializationSchema
Serialization schema that serializes an object of Flink Table & SQL internal data structure into
a CSV bytes.
|
| CsvRowDataSerializationSchema.Builder
A builder for creating a
CsvRowDataSerializationSchema. |
| 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. |
| CsvRowDeserializationSchema.Builder
已过时。
A builder for creating a
CsvRowDeserializationSchema. |
| 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. |
| CsvRowSerializationSchema.Builder
已过时。
A builder for creating a
CsvRowSerializationSchema. |
| RowCsvInputFormat
Input format that reads csv into
Row. |
| RowCsvInputFormat.Builder
A builder for creating a
RowCsvInputFormat. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.