public static interface FileSystemFormatFactory.WriterContext
| Modifier and Type | Method and Description |
|---|---|
default String[] |
getFormatFieldNames()
Get field names without partition keys.
|
default DataType[] |
getFormatFieldTypes()
Get field types without partition keys.
|
org.apache.flink.configuration.ReadableConfig |
getFormatOptions()
Options of this format.
|
default RowType |
getFormatRowType()
Get RowType of the table without partition keys.
|
List<String> |
getPartitionKeys()
Partition keys of the table.
|
TableSchema |
getSchema()
Full schema of the table.
|
TableSchema getSchema()
org.apache.flink.configuration.ReadableConfig getFormatOptions()
default String[] getFormatFieldNames()
default DataType[] getFormatFieldTypes()
default RowType getFormatRowType()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.