| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2 |
Contains default H2-based indexing SPI implementation.
|
| org.apache.ignite.internal.processors.query.h2.opt |
| Modifier and Type | Method and Description |
|---|---|
static GridH2IndexBase |
H2Utils.createSpatialIndex(GridH2Table tbl,
String idxName,
IndexColumn[] cols)
Create spatial index.
|
GridH2IndexBase |
H2TableDescriptor.createUserIndex(GridQueryIndexDescriptor idxDesc)
Create user index.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridH2IndexBase> |
H2TableDescriptor.createUserIndexes()
Get collection of user indexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexRebuildPartialClosure.addIndex(GridH2Table tbl,
GridH2IndexBase idx) |
static String |
H2Utils.indexCreateSql(String fullTblName,
GridH2IndexBase h2Idx,
boolean ifNotExists)
Generate
CREATE INDEX SQL statement for given params. |
| Constructor and Description |
|---|
IndexBuildClosure(GridH2RowDescriptor rowDesc,
GridH2IndexBase idx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridH2IndexBase |
GridH2PrimaryScanIndex.delegate() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019