Uses of Class
org.teiid.internal.core.index.IndexBlock
-
Packages that use IndexBlock Package Description org.teiid.internal.core.index -
-
Uses of IndexBlock in org.teiid.internal.core.index
Subclasses of IndexBlock in org.teiid.internal.core.index Modifier and Type Class Description class
GammaCompressedIndexBlock
Uses prefix coding on words, and gamma coding of document numbers differences.Fields in org.teiid.internal.core.index declared as IndexBlock Modifier and Type Field Description protected IndexBlock
BlocksIndexInput. currentIndexBlock
Methods in org.teiid.internal.core.index that return IndexBlock Modifier and Type Method Description protected IndexBlock
BlocksIndexInput. getIndexBlock(int blockNum)
Returns the IndexBlock (containing words) with the given number.
-