Uses of Class
org.apache.flink.formats.csv.RowCsvInputFormat.Builder
-
Packages that use RowCsvInputFormat.Builder Package Description org.apache.flink.formats.csv -
-
Uses of RowCsvInputFormat.Builder in org.apache.flink.formats.csv
Methods in org.apache.flink.formats.csv that return RowCsvInputFormat.Builder Modifier and Type Method Description static RowCsvInputFormat.BuilderRowCsvInputFormat. builder(org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> typeInfo, org.apache.flink.core.fs.Path... filePaths)Create a builder.RowCsvInputFormat.BuilderRowCsvInputFormat.Builder. setAllowComments(boolean allowComments)RowCsvInputFormat.BuilderRowCsvInputFormat.Builder. setArrayElementDelimiter(String delimiter)RowCsvInputFormat.BuilderRowCsvInputFormat.Builder. setEscapeCharacter(char c)RowCsvInputFormat.BuilderRowCsvInputFormat.Builder. setFieldDelimiter(char delimiter)RowCsvInputFormat.BuilderRowCsvInputFormat.Builder. setIgnoreParseErrors(boolean ignoreParseErrors)RowCsvInputFormat.BuilderRowCsvInputFormat.Builder. setNullLiteral(String nullLiteral)RowCsvInputFormat.BuilderRowCsvInputFormat.Builder. setQuoteCharacter(char c)RowCsvInputFormat.BuilderRowCsvInputFormat.Builder. setSelectedFields(int[] selectedFields)
-