跳过导航链接
A B C D E F G H I N O Q R S W 

A

AbstractCsvInputFormat<T> - org.apache.flink.formats.csv中的类
Input format that reads csv.
AbstractCsvInputFormat(Path[], CsvSchema) - 类 的构造器org.apache.flink.formats.csv.AbstractCsvInputFormat
 
ALLOW_COMMENTS - 类 中的静态变量org.apache.flink.formats.csv.CsvFormatOptions
 
ARRAY_ELEMENT_DELIMITER - 类 中的静态变量org.apache.flink.formats.csv.CsvFormatOptions
 

B

build() - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
build() - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
build() - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema.Builder
已过时。
 
build() - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema.Builder
已过时。
 
build() - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
Builder(RowType, RowType, TypeInformation<RowData>) - 类 的构造器org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
Creates a CSV deserialization schema for the given TypeInformation with optional parameters.
Builder(RowType, TypeInformation<RowData>) - 类 的构造器org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
Creates a CSV deserialization schema for the given TypeInformation with optional parameters.
Builder(RowType) - 类 的构造器org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
Creates a CsvRowDataSerializationSchema expecting the given RowType.
Builder(TypeInformation<Row>) - 类 的构造器org.apache.flink.formats.csv.CsvRowDeserializationSchema.Builder
已过时。
Creates a CSV deserialization schema for the given TypeInformation with optional parameters.
Builder(TypeInformation<Row>) - 类 的构造器org.apache.flink.formats.csv.CsvRowSerializationSchema.Builder
已过时。
Creates a CsvRowSerializationSchema expecting the given TypeInformation.
builder(TypeInformation<Row>, Path...) - 类 中的静态方法org.apache.flink.formats.csv.RowCsvInputFormat
Create a builder.

C

convert(RowTypeInfo) - 类 中的静态方法org.apache.flink.formats.csv.CsvRowSchemaConverter
Convert RowTypeInfo to CsvSchema.
convert(RowType) - 类 中的静态方法org.apache.flink.formats.csv.CsvRowSchemaConverter
Convert RowType to CsvSchema.
createDecodingFormat(DynamicTableFactory.Context, ReadableConfig) - 类 中的方法org.apache.flink.formats.csv.CsvFileFormatFactory
 
createDecodingFormat(DynamicTableFactory.Context, ReadableConfig) - 类 中的方法org.apache.flink.formats.csv.CsvFormatFactory
 
createEncodingFormat(DynamicTableFactory.Context, ReadableConfig) - 类 中的方法org.apache.flink.formats.csv.CsvFileFormatFactory
 
createEncodingFormat(DynamicTableFactory.Context, ReadableConfig) - 类 中的方法org.apache.flink.formats.csv.CsvFormatFactory
 
createReader(Configuration, FSDataInputStream) - 类 中的方法org.apache.flink.formats.csv.CsvReaderFormat
 
createRowConverter(RowType, boolean) - 类 中的方法org.apache.flink.formats.csv.CsvToRowDataConverters
 
createRowConverter(RowType) - 类 中的静态方法org.apache.flink.formats.csv.RowDataToCsvConverters
 
createRuntimeDecoder(DynamicTableSource.Context, DataType, int[][]) - 类 中的方法org.apache.flink.formats.csv.CsvFileFormatFactory.CsvBulkDecodingFormat
 
CsvBulkDecodingFormat(ReadableConfig) - 类 的构造器org.apache.flink.formats.csv.CsvFileFormatFactory.CsvBulkDecodingFormat
 
CsvFileFormatFactory - org.apache.flink.formats.csv中的类
CSV format factory for file system.
CsvFileFormatFactory() - 类 的构造器org.apache.flink.formats.csv.CsvFileFormatFactory
 
CsvFileFormatFactory.CsvBulkDecodingFormat - org.apache.flink.formats.csv中的类
CsvBulkDecodingFormat which implements FileBasedStatisticsReportableInputFormat.
CsvFormatFactory - org.apache.flink.formats.csv中的类
Format factory for providing configured instances of CSV to RowData SerializationSchema and DeserializationSchema.
CsvFormatFactory() - 类 的构造器org.apache.flink.formats.csv.CsvFormatFactory
 
CsvFormatOptions - org.apache.flink.formats.csv中的类
Options for CSV format.
CsvFormatStatisticsReportUtil - org.apache.flink.formats.csv.util中的类
Utils for Csv format statistics report.
CsvFormatStatisticsReportUtil() - 类 的构造器org.apache.flink.formats.csv.util.CsvFormatStatisticsReportUtil
 
csvInputStream - 类 中的变量org.apache.flink.formats.csv.AbstractCsvInputFormat
 
CsvReaderFormat<T> - org.apache.flink.formats.csv中的类
A StreamFormat for reading CSV files.
CsvRowDataDeserializationSchema - org.apache.flink.formats.csv中的类
Deserialization schema from CSV to Flink Table & SQL internal data structures.
CsvRowDataDeserializationSchema.Builder - org.apache.flink.formats.csv中的类
A builder for creating a CsvRowDataDeserializationSchema.
CsvRowDataSerializationSchema - org.apache.flink.formats.csv中的类
Serialization schema that serializes an object of Flink Table & SQL internal data structure into a CSV bytes.
CsvRowDataSerializationSchema.Builder - org.apache.flink.formats.csv中的类
A builder for creating a CsvRowDataSerializationSchema.
CsvRowDeserializationSchema - org.apache.flink.formats.csv中的类
已过时。
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 - org.apache.flink.formats.csv中的类
已过时。
A builder for creating a CsvRowDeserializationSchema.
CsvRowSchemaConverter - org.apache.flink.formats.csv中的类
Converter functions that covert Flink's type information to Jackson's CsvSchema.
CsvRowSerializationSchema - org.apache.flink.formats.csv中的类
已过时。
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 - org.apache.flink.formats.csv中的类
已过时。
A builder for creating a CsvRowSerializationSchema.
csvSchema - 类 中的变量org.apache.flink.formats.csv.AbstractCsvInputFormat
 
CsvToRowDataConverters - org.apache.flink.formats.csv中的类
Tool class used to convert from CSV-format JsonNode to RowData
CsvToRowDataConverters(boolean) - 类 的构造器org.apache.flink.formats.csv.CsvToRowDataConverters
 

D

deserialize(byte[]) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
deserialize(byte[]) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema
已过时。
 
DISABLE_QUOTE_CHARACTER - 类 中的静态变量org.apache.flink.formats.csv.CsvFormatOptions
 
disableQuoteCharacter() - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
disableQuoteCharacter() - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
disableQuoteCharacter() - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema.Builder
已过时。
 

E

equals(Object) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
equals(Object) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema
 
equals(Object) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema
已过时。
 
equals(Object) - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema
已过时。
 
ESCAPE_CHARACTER - 类 中的静态变量org.apache.flink.formats.csv.CsvFormatOptions
 

F

factoryIdentifier() - 类 中的方法org.apache.flink.formats.csv.CsvFileFormatFactory
 
factoryIdentifier() - 类 中的方法org.apache.flink.formats.csv.CsvFormatFactory
 
FIELD_DELIMITER - 类 中的静态变量org.apache.flink.formats.csv.CsvFormatOptions
 
forPojo(Class<T>) - 类 中的静态方法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>) - 类 中的静态方法org.apache.flink.formats.csv.CsvReaderFormat
Builds a new CsvReaderFormat using a CsvSchema.
forSchema(CsvMapper, CsvSchema, TypeInformation<T>) - 类 中的静态方法org.apache.flink.formats.csv.CsvReaderFormat
已过时。
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.
forSchema(SerializableSupplier<CsvMapper>, SerializableFunction<CsvMapper, CsvSchema>, TypeInformation<T>) - 类 中的静态方法org.apache.flink.formats.csv.CsvReaderFormat
Builds a new CsvReaderFormat using a CsvSchema generator and CsvMapper factory.
forwardOptions() - 类 中的方法org.apache.flink.formats.csv.CsvFileFormatFactory
 
forwardOptions() - 类 中的方法org.apache.flink.formats.csv.CsvFormatFactory
 

G

getChangelogMode() - 类 中的方法org.apache.flink.formats.csv.CsvFileFormatFactory.CsvBulkDecodingFormat
 
getProducedType() - 类 中的方法org.apache.flink.formats.csv.CsvReaderFormat
 
getProducedType() - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
getProducedType() - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema
已过时。
 
getTableStatistics(List<Path>) - 类 中的静态方法org.apache.flink.formats.csv.util.CsvFormatStatisticsReportUtil
 

H

hashCode() - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
hashCode() - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema
 
hashCode() - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema
已过时。
 
hashCode() - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema
已过时。
 

I

IGNORE_PARSE_ERRORS - 类 中的静态变量org.apache.flink.formats.csv.CsvFormatOptions
 
isEndOfStream(RowData) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
isEndOfStream(Row) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema
已过时。
 

N

nextRecord(Row) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat
 
NULL_LITERAL - 类 中的静态变量org.apache.flink.formats.csv.CsvFormatOptions
 

O

open(FileInputSplit) - 类 中的方法org.apache.flink.formats.csv.AbstractCsvInputFormat
 
open(DeserializationSchema.InitializationContext) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema
 
open(SerializationSchema.InitializationContext) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema
 
open(DeserializationSchema.InitializationContext) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema
已过时。
 
open(SerializationSchema.InitializationContext) - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema
已过时。
 
open(FileInputSplit) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat
 
optionalOptions() - 类 中的方法org.apache.flink.formats.csv.CsvFileFormatFactory
 
optionalOptions() - 类 中的方法org.apache.flink.formats.csv.CsvFormatFactory
 
org.apache.flink.formats.csv - 程序包 org.apache.flink.formats.csv
 
org.apache.flink.formats.csv.util - 程序包 org.apache.flink.formats.csv.util
 

Q

QUOTE_CHARACTER - 类 中的静态变量org.apache.flink.formats.csv.CsvFormatOptions
 

R

reachedEnd() - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat
 
reportStatistics(List<Path>, DataType) - 类 中的方法org.apache.flink.formats.csv.CsvFileFormatFactory.CsvBulkDecodingFormat
 
requiredOptions() - 类 中的方法org.apache.flink.formats.csv.CsvFileFormatFactory
 
requiredOptions() - 类 中的方法org.apache.flink.formats.csv.CsvFormatFactory
 
RowCsvInputFormat - org.apache.flink.formats.csv中的类
Input format that reads csv into Row.
RowCsvInputFormat.Builder - org.apache.flink.formats.csv中的类
A builder for creating a RowCsvInputFormat.
RowDataToCsvConverters - org.apache.flink.formats.csv中的类
Tool class used to convert from RowData to CSV-format JsonNode
RowDataToCsvConverters() - 类 的构造器org.apache.flink.formats.csv.RowDataToCsvConverters
 

S

serialize(RowData) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema
 
serialize(Row) - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema
已过时。
 
setAllowComments(boolean) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setAllowComments(boolean) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema.Builder
已过时。
 
setAllowComments(boolean) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setArrayElementDelimiter(String) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setArrayElementDelimiter(String) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setArrayElementDelimiter(String) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema.Builder
已过时。
 
setArrayElementDelimiter(String) - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema.Builder
已过时。
 
setArrayElementDelimiter(String) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setEscapeCharacter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setEscapeCharacter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setEscapeCharacter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema.Builder
已过时。
 
setEscapeCharacter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema.Builder
已过时。
 
setEscapeCharacter(char) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setFieldDelimiter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setFieldDelimiter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setFieldDelimiter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema.Builder
已过时。
 
setFieldDelimiter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema.Builder
已过时。
 
setFieldDelimiter(char) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setIgnoreParseErrors(boolean) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setIgnoreParseErrors(boolean) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema.Builder
已过时。
 
setIgnoreParseErrors(boolean) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setLineDelimiter(String) - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema.Builder
已过时。
 
setNullLiteral(String) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setNullLiteral(String) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setNullLiteral(String) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema.Builder
已过时。
 
setNullLiteral(String) - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema.Builder
已过时。
 
setNullLiteral(String) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setQuoteCharacter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataDeserializationSchema.Builder
 
setQuoteCharacter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
setQuoteCharacter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowDeserializationSchema.Builder
已过时。
 
setQuoteCharacter(char) - 类 中的方法org.apache.flink.formats.csv.CsvRowSerializationSchema.Builder
已过时。
 
setQuoteCharacter(char) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setSelectedFields(int[]) - 类 中的方法org.apache.flink.formats.csv.RowCsvInputFormat.Builder
 
setWriteBigDecimalInScientificNotation(boolean) - 类 中的方法org.apache.flink.formats.csv.CsvRowDataSerializationSchema.Builder
 
supportsMultiPaths() - 类 中的方法org.apache.flink.formats.csv.AbstractCsvInputFormat
 

W

withIgnoreParseErrors() - 类 中的方法org.apache.flink.formats.csv.CsvReaderFormat
Returns a new CsvReaderFormat configured to ignore all parsing errors.
WRITE_BIGDECIMAL_IN_SCIENTIFIC_NOTATION - 类 中的静态变量org.apache.flink.formats.csv.CsvFormatOptions
 
A B C D E F G H I N O Q R S W 
跳过导航链接

Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.