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