| Package | Description |
|---|---|
| org.apache.hudi.index.secondary |
| Modifier and Type | Method and Description |
|---|---|
HoodieSecondaryIndex |
HoodieSecondaryIndex.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static List<HoodieSecondaryIndex> |
SecondaryIndexUtils.fromJsonString(String jsonStr)
Parse secondary index str to List
|
static Option<List<HoodieSecondaryIndex>> |
SecondaryIndexUtils.getSecondaryIndexes(HoodieTableMetaClient metaClient)
Get secondary index metadata for this table
|
Option<List<HoodieSecondaryIndex>> |
SecondaryIndexManager.show(HoodieTableMetaClient metaClient)
Show secondary indexes from hoodie table
|
| Modifier and Type | Method and Description |
|---|---|
int |
HoodieSecondaryIndex.HoodieIndexCompactor.compare(HoodieSecondaryIndex o1,
HoodieSecondaryIndex o2) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.