| Package | Description |
|---|---|
| org.apache.hudi.secondary.index |
| Modifier and Type | Method and Description |
|---|---|
SecondaryIndexType |
HoodieSecondaryIndex.getIndexType() |
static SecondaryIndexType |
SecondaryIndexType.of(byte indexType) |
static SecondaryIndexType |
SecondaryIndexType.of(String indexType) |
static SecondaryIndexType |
SecondaryIndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecondaryIndexType[] |
SecondaryIndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HoodieSecondaryIndex(String indexName,
SecondaryIndexType indexType,
LinkedHashMap<String,Map<String,String>> columns,
Map<String,String> options) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.