public class FileIndexOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FileIndexOptions.Column
Column to be file indexed.
|
Modifier and Type | Field and Description |
---|---|
static String |
COLUMNS |
static String |
FILE_INDEX |
Constructor and Description |
---|
FileIndexOptions() |
FileIndexOptions(CoreOptions coreOptions) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<FileIndexOptions.Column,Map<String,Options>>> |
entrySet() |
long |
fileIndexInManifestThreshold() |
Options |
getMapTopLevelOptions(String column,
String indexType) |
boolean |
isEmpty() |
static Optional<Integer> |
topLevelIndexOfNested(String column) |
public static final String FILE_INDEX
public static final String COLUMNS
public FileIndexOptions()
public FileIndexOptions(CoreOptions coreOptions)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.