Package | Description |
---|---|
org.apache.paimon.table |
Modifier and Type | Method and Description |
---|---|
FormatTable.Format |
FormatTable.format()
Format of this table.
|
FormatTable.Format |
FormatTable.FormatTableImpl.format() |
static FormatTable.Format |
FormatTable.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatTable.Format[] |
FormatTable.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FormatTable.Builder |
FormatTable.Builder.format(FormatTable.Format format) |
Constructor and Description |
---|
FormatTableImpl(Identifier identifier,
RowType rowType,
List<String> partitionKeys,
String location,
FormatTable.Format format,
Map<String,String> options,
String comment) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.