Package | Description |
---|---|
org.teiid.internal.core.index |
Modifier and Type | Field and Description |
---|---|
protected WordEntry |
IndexInput.currentWordEntry |
Modifier and Type | Method and Description |
---|---|
WordEntry |
IndexBlock.findEntryPrefixedBy(char[] word,
boolean isCaseSensitive) |
WordEntry |
IndexBlock.findExactEntry(char[] word) |
WordEntry |
IndexInput.getCurrentWordEntry()
Returns the current file the indexInput is pointing to in the index.
|
protected WordEntry |
BlocksIndexInput.getEntry(char[] word)
Returns the entry corresponding to the given word.
|
Modifier and Type | Method and Description |
---|---|
int |
WordEntry.compareTo(WordEntry other) |
abstract boolean |
IndexBlock.nextEntry(WordEntry entry)
Finds the next wordEntry and stores it in the given entry.
|
boolean |
GammaCompressedIndexBlock.nextEntry(WordEntry entry) |
Copyright © 2020. All rights reserved.