| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2 |
Contains default H2-based indexing SPI implementation.
|
| org.apache.ignite.internal.processors.query.h2.database | |
| org.apache.ignite.internal.processors.query.h2.opt |
| Modifier and Type | Method and Description |
|---|---|
static GridH2IndexBase |
H2Utils.createSpatialIndex(GridH2Table tbl,
String idxName,
org.h2.table.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 |
|---|---|
static String |
H2Utils.indexCreateSql(String fullTblName,
GridH2IndexBase h2Idx,
boolean ifNotExists)
Generate
CREATE INDEX SQL statement for given params. |
| Modifier and Type | Class and Description |
|---|---|
class |
H2PkHashIndex |
class |
H2TreeIndex
H2 Index over
BPlusTree. |
| Modifier and Type | Method and Description |
|---|---|
protected GridH2IndexBase |
GridH2PrimaryScanIndex.delegate() |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018