A B C D E F G H I N O Q R S W 
All Classes All Packages

A

AbstractCsvInputFormat<T> - Class in org.apache.flink.formats.csv
Input format that reads csv.
AbstractCsvInputFormat(Path[], CsvSchema) - Constructor for class org.apache.flink.formats.csv.AbstractCsvInputFormat
 
ALLOW_COMMENTS - Static variable in class org.apache.flink.formats.csv.CsvFormatOptions
 
ARRAY_ELEMENT_DELIMITER - Static variable in class org.apache.flink.formats.csv.CsvFormatOptions
 

B

build() - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
build() - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
build() - Method in class org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
builder(TypeInformation<Row>, Path...) - Static method in class org.apache.flink.formats.csv.RowCsvInputFormat
Create a builder.
Builder(RowType) - Constructor for class org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
Creates a CsvRowDataSerializationSchema expecting the given RowType.
Builder(RowType, TypeInformation<RowData>) - Constructor for class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
Creates a CSV deserialization schema for the given TypeInformation with optional parameters.
Builder(RowType, RowType, TypeInformation<RowData>) - Constructor for class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
Creates a CSV deserialization schema for the given TypeInformation with optional parameters.

C

convert(RowTypeInfo) - Static method in class org.apache.flink.formats.csv.CsvRowSchemaConverter
Convert RowTypeInfo to CsvSchema.
convert(RowType) - Static method in class org.apache.flink.formats.csv.CsvRowSchemaConverter
Convert RowType to CsvSchema.
createDecodingFormat(DynamicTableFactory.Context, ReadableConfig) - Method in class org.apache.flink.formats.csv.CsvFileFormatFactory
 
createDecodingFormat(DynamicTableFactory.Context, ReadableConfig) - Method in class org.apache.flink.formats.csv.CsvFormatFactory
 
createEncodingFormat(DynamicTableFactory.Context, ReadableConfig) - Method in class org.apache.flink.formats.csv.CsvFileFormatFactory
 
createEncodingFormat(DynamicTableFactory.Context, ReadableConfig) - Method in class org.apache.flink.formats.csv.CsvFormatFactory
 
createReader(Configuration, FSDataInputStream) - Method in class org.apache.flink.formats.csv.CsvReaderFormat
 
createRowConverter(RowType) - Static method in class org.apache.flink.formats.csv.RowDataToCsvConverters
 
createRowConverter(RowType, boolean) - Method in class org.apache.flink.formats.csv.CsvToRowDataConverters
 
createRuntimeDecoder(DynamicTableSource.Context, DataType, int[][]) - Method in class org.apache.flink.formats.csv.CsvFileFormatFactory.CsvBulkDecodingFormat
 
CsvBulkDecodingFormat(ReadableConfig) - Constructor for class org.apache.flink.formats.csv.CsvFileFormatFactory.CsvBulkDecodingFormat
 
CsvFileFormatFactory - Class in org.apache.flink.formats.csv
CSV format factory for file system.
CsvFileFormatFactory() - Constructor for class org.apache.flink.formats.csv.CsvFileFormatFactory
 
CsvFileFormatFactory.CsvBulkDecodingFormat - Class in org.apache.flink.formats.csv
CsvBulkDecodingFormat which implements FileBasedStatisticsReportableInputFormat.
CsvFormatFactory - Class in org.apache.flink.formats.csv
Format factory for providing configured instances of CSV to RowData SerializationSchema and DeserializationSchema.
CsvFormatFactory() - Constructor for class org.apache.flink.formats.csv.CsvFormatFactory
 
CsvFormatOptions - Class in org.apache.flink.formats.csv
Options for CSV format.
CsvFormatStatisticsReportUtil - Class in org.apache.flink.formats.csv.util
Utils for Csv format statistics report.
CsvFormatStatisticsReportUtil() - Constructor for class org.apache.flink.formats.csv.util.CsvFormatStatisticsReportUtil
 
csvInputStream - Variable in class org.apache.flink.formats.csv.AbstractCsvInputFormat
 
CsvReaderFormat<T> - Class in org.apache.flink.formats.csv
A StreamFormat for reading CSV files.
CsvRowDataDeserializationSchema - Class in org.apache.flink.formats.csv
Deserialization schema from CSV to Flink Table & SQL internal data structures.
CsvRowDataDeserializationSchema.Builder - Class in org.apache.flink.formats.csv
A builder for creating a CsvRowDataDeserializationSchema.
CsvRowDataSerializationSchema - Class in org.apache.flink.formats.csv
Serialization schema that serializes an object of Flink Table & SQL internal data structure into a CSV bytes.
CsvRowDataSerializationSchema.Builder - Class in org.apache.flink.formats.csv
A builder for creating a CsvRowDataSerializationSchema.
CsvRowSchemaConverter - Class in org.apache.flink.formats.csv
Converter functions that covert Flink's type information to Jackson's CsvSchema.
csvSchema - Variable in class org.apache.flink.formats.csv.AbstractCsvInputFormat
 
CsvToRowDataConverters - Class in org.apache.flink.formats.csv
Tool class used to convert from CSV-format JsonNode to RowData.
CsvToRowDataConverters(boolean) - Constructor for class org.apache.flink.formats.csv.CsvToRowDataConverters
 

D

deserialize(byte[]) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
DISABLE_QUOTE_CHARACTER - Static variable in class org.apache.flink.formats.csv.CsvFormatOptions
 
disableQuoteCharacter() - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
disableQuoteCharacter() - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 

E

equals(Object) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
equals(Object) - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema
 
ESCAPE_CHARACTER - Static variable in class org.apache.flink.formats.csv.CsvFormatOptions
 

F

factoryIdentifier() - Method in class org.apache.flink.formats.csv.CsvFileFormatFactory
 
factoryIdentifier() - Method in class org.apache.flink.formats.csv.CsvFormatFactory
 
FIELD_DELIMITER - Static variable in class org.apache.flink.formats.csv.CsvFormatOptions
 
forPojo(Class<T>) - Static method in class org.apache.flink.formats.csv.CsvReaderFormat
Builds a new CsvReaderFormat for reading CSV files mapped to the provided POJO class definition.
forSchema(CsvSchema, TypeInformation<T>) - Static method in class org.apache.flink.formats.csv.CsvReaderFormat
Builds a new CsvReaderFormat using a CsvSchema.
forSchema(SerializableSupplier<CsvMapper>, SerializableFunction<CsvMapper, CsvSchema>, TypeInformation<T>) - Static method in class org.apache.flink.formats.csv.CsvReaderFormat
Builds a new CsvReaderFormat using a CsvSchema generator and CsvMapper factory.
forwardOptions() - Method in class org.apache.flink.formats.csv.CsvFileFormatFactory
 
forwardOptions() - Method in class org.apache.flink.formats.csv.CsvFormatFactory
 

G

getChangelogMode() - Method in class org.apache.flink.formats.csv.CsvFileFormatFactory.CsvBulkDecodingFormat
 
getProducedType() - Method in class org.apache.flink.formats.csv.CsvReaderFormat
 
getProducedType() - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
getTableStatistics(List<Path>) - Static method in class org.apache.flink.formats.csv.util.CsvFormatStatisticsReportUtil
 

H

hashCode() - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
hashCode() - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema
 

I

IGNORE_PARSE_ERRORS - Static variable in class org.apache.flink.formats.csv.CsvFormatOptions
 
isEndOfStream(RowData) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 

N

nextRecord(Row) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat
 
NULL_LITERAL - Static variable in class org.apache.flink.formats.csv.CsvFormatOptions
 

O

open(DeserializationSchema.InitializationContext) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
open(SerializationSchema.InitializationContext) - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema
 
open(FileInputSplit) - Method in class org.apache.flink.formats.csv.AbstractCsvInputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat
 
optionalOptions() - Method in class org.apache.flink.formats.csv.CsvFileFormatFactory
 
optionalOptions() - Method in class org.apache.flink.formats.csv.CsvFormatFactory
 
org.apache.flink.formats.csv - package org.apache.flink.formats.csv
 
org.apache.flink.formats.csv.util - package org.apache.flink.formats.csv.util
 

Q

QUOTE_CHARACTER - Static variable in class org.apache.flink.formats.csv.CsvFormatOptions
 

R

reachedEnd() - Method in class org.apache.flink.formats.csv.RowCsvInputFormat
 
reportStatistics(List<Path>, DataType) - Method in class org.apache.flink.formats.csv.CsvFileFormatFactory.CsvBulkDecodingFormat
 
requiredOptions() - Method in class org.apache.flink.formats.csv.CsvFileFormatFactory
 
requiredOptions() - Method in class org.apache.flink.formats.csv.CsvFormatFactory
 
RowCsvInputFormat - Class in org.apache.flink.formats.csv
Input format that reads csv into Row.
RowCsvInputFormat.Builder - Class in org.apache.flink.formats.csv
A builder for creating a RowCsvInputFormat.
RowDataToCsvConverters - Class in org.apache.flink.formats.csv
Tool class used to convert from RowData to CSV-format JsonNode.
RowDataToCsvConverters() - Constructor for class org.apache.flink.formats.csv.RowDataToCsvConverters
 

S

serialize(RowData) - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema
 
setAllowComments(boolean) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setAllowComments(boolean) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setArrayElementDelimiter(String) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setArrayElementDelimiter(String) - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setArrayElementDelimiter(String) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setEscapeCharacter(char) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setEscapeCharacter(char) - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setEscapeCharacter(char) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setFieldDelimiter(char) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setFieldDelimiter(char) - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setFieldDelimiter(char) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setIgnoreParseErrors(boolean) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setIgnoreParseErrors(boolean) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setNullLiteral(String) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setNullLiteral(String) - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setNullLiteral(String) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setQuoteCharacter(char) - Method in class org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setQuoteCharacter(char) - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setQuoteCharacter(char) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setSelectedFields(int[]) - Method in class org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setWriteBigDecimalInScientificNotation(boolean) - Method in class org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 

W

withIgnoreParseErrors() - Method in class org.apache.flink.formats.csv.CsvReaderFormat
Returns a new CsvReaderFormat configured to ignore all parsing errors.
WRITE_BIGDECIMAL_IN_SCIENTIFIC_NOTATION - Static variable in class org.apache.flink.formats.csv.CsvFormatOptions
 
A B C D E F G H I N O Q R S W 
All Classes All Packages