public class CsvFileSystemFormatFactory extends Object implements org.apache.flink.table.factories.FileSystemFormatFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
CsvFileSystemFormatFactory.CsvInputFormat
InputFormat that reads csv record into
RowData. |
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTIFIER |
| Constructor and Description |
|---|
CsvFileSystemFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.io.InputFormat<org.apache.flink.table.data.RowData,?> |
createReader(org.apache.flink.table.factories.FileSystemFormatFactory.ReaderContext context) |
String |
factoryIdentifier() |
Set<org.apache.flink.configuration.ConfigOption<?>> |
optionalOptions() |
Set<org.apache.flink.configuration.ConfigOption<?>> |
requiredOptions() |
public static final String IDENTIFIER
public String factoryIdentifier()
factoryIdentifier in interface org.apache.flink.table.factories.Factorypublic Set<org.apache.flink.configuration.ConfigOption<?>> requiredOptions()
requiredOptions in interface org.apache.flink.table.factories.Factorypublic Set<org.apache.flink.configuration.ConfigOption<?>> optionalOptions()
optionalOptions in interface org.apache.flink.table.factories.Factorypublic org.apache.flink.api.common.io.InputFormat<org.apache.flink.table.data.RowData,?> createReader(org.apache.flink.table.factories.FileSystemFormatFactory.ReaderContext context)
createReader in interface org.apache.flink.table.factories.FileSystemFormatFactoryCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.