Package | Description |
---|---|
org.apache.flink.formats.csv |
Modifier and Type | Method and Description |
---|---|
static RowCsvInputFormat.Builder |
RowCsvInputFormat.builder(TypeInformation<Row> typeInfo,
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.