Package | Description |
---|---|
org.h2.index |
Various table index implementations, as well as cursors to navigate in an index.
|
org.h2.table |
Classes related to a table and table meta data.
|
Modifier and Type | Method and Description |
---|---|
IndexLookupBatch |
MultiVersionIndex.createLookupBatch(TableFilter[] filters,
int filter) |
IndexLookupBatch |
Index.createLookupBatch(TableFilter[] filters,
int filter)
Creates new lookup batch.
|
IndexLookupBatch |
BaseIndex.createLookupBatch(TableFilter[] filters,
int filter) |
IndexLookupBatch |
ViewIndex.createLookupBatch(TableFilter[] filters,
int filter) |
Modifier and Type | Method and Description |
---|---|
static IndexLookupBatch |
JoinBatch.createFakeIndexLookupBatch(TableFilter filter)
Create fake index lookup batch for non-batched table filter.
|
static IndexLookupBatch |
JoinBatch.createViewIndexLookupBatch(ViewIndex viewIndex)
Create index lookup batch for a view index.
|
IndexLookupBatch |
JoinBatch.getLookupBatch(int joinFilterId)
Get the lookup batch for the given table filter.
|
Modifier and Type | Method and Description |
---|---|
void |
JoinBatch.register(TableFilter filter,
IndexLookupBatch lookupBatch)
Register the table filter and lookup batch.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.