Uses of Class
org.apache.flink.formats.csv.RowCsvInputFormat.Builder
Packages that use RowCsvInputFormat.Builder
-
Uses of RowCsvInputFormat.Builder in org.apache.flink.formats.csv
Methods in org.apache.flink.formats.csv that return RowCsvInputFormat.BuilderModifier and TypeMethodDescriptionstatic 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.Builder.setAllowComments(boolean allowComments) RowCsvInputFormat.Builder.setArrayElementDelimiter(String delimiter) RowCsvInputFormat.Builder.setEscapeCharacter(char c) RowCsvInputFormat.Builder.setFieldDelimiter(char delimiter) RowCsvInputFormat.Builder.setIgnoreParseErrors(boolean ignoreParseErrors) RowCsvInputFormat.Builder.setNullLiteral(String nullLiteral) RowCsvInputFormat.Builder.setQuoteCharacter(char c) RowCsvInputFormat.Builder.setSelectedFields(int[] selectedFields)