public class CheckJoinIndex
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
CheckJoinIndex() |
| Modifier and Type | Method and Description |
|---|---|
static void |
check(IndexReader reader,
BitSetProducer parentsFilter)
Check that the given index is good to use for block joins.
|
public static void check(IndexReader reader, BitSetProducer parentsFilter) throws java.io.IOException
java.lang.IllegalStateException - if the index does not have an appropriate structurejava.io.IOException