| Modifier and Type | Method and Description |
|---|---|
static RowCsvInputFormat.Builder |
RowCsvInputFormat.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 |
RowCsvInputFormat.Builder.setAllowComments(boolean allowComments) |
RowCsvInputFormat.Builder |
RowCsvInputFormat.Builder.setArrayElementDelimiter(String delimiter) |
RowCsvInputFormat.Builder |
RowCsvInputFormat.Builder.setEscapeCharacter(char c) |
RowCsvInputFormat.Builder |
RowCsvInputFormat.Builder.setFieldDelimiter(char delimiter) |
RowCsvInputFormat.Builder |
RowCsvInputFormat.Builder.setIgnoreParseErrors(boolean ignoreParseErrors) |
RowCsvInputFormat.Builder |
RowCsvInputFormat.Builder.setNullLiteral(String nullLiteral) |
RowCsvInputFormat.Builder |
RowCsvInputFormat.Builder.setQuoteCharacter(char c) |
RowCsvInputFormat.Builder |
RowCsvInputFormat.Builder.setSelectedFields(int[] selectedFields) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.