| Package | Description |
|---|---|
| org.apache.hudi.keygen |
| Modifier and Type | Method and Description |
|---|---|
static CustomAvroKeyGenerator.PartitionKeyType |
CustomAvroKeyGenerator.PartitionKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomAvroKeyGenerator.PartitionKeyType[] |
CustomAvroKeyGenerator.PartitionKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Pair<String,Option<CustomAvroKeyGenerator.PartitionKeyType>> |
CustomAvroKeyGenerator.getPartitionFieldAndKeyType(String field) |
static List<CustomAvroKeyGenerator.PartitionKeyType> |
CustomAvroKeyGenerator.getPartitionTypes(HoodieTableConfig tableConfig)
Returns list of partition types configured in the partition fields for custom key generator.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.