public class HoodieIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieIndex.Builder |
| Constructor and Description |
|---|
HoodieIndex() |
HoodieIndex(String indexName,
String[] colNames,
HoodieIndexType indexType,
Map<String,Map<String,String>> colOptions,
Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
static HoodieIndex.Builder |
builder() |
String[] |
getColNames() |
Map<String,Map<String,String>> |
getColOptions() |
String |
getIndexName() |
HoodieIndexType |
getIndexType() |
Map<String,String> |
getOptions() |
String |
toString() |
public String getIndexName()
public String[] getColNames()
public HoodieIndexType getIndexType()
public static HoodieIndex.Builder builder()
Copyright © 2022 The Apache Software Foundation. All rights reserved.