public abstract class H2TreeIndexBase extends GridH2IndexBase
| Modifier | Constructor and Description |
|---|---|
protected |
H2TreeIndexBase(GridH2Table tbl,
String name,
org.gridgain.internal.h2.table.IndexColumn[] cols,
org.gridgain.internal.h2.index.IndexType type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGetFirstOrLast() |
double |
getCost(org.gridgain.internal.h2.engine.Session ses,
int[] masks,
org.gridgain.internal.h2.table.TableFilter[] filters,
int filter,
org.gridgain.internal.h2.result.SortOrder sortOrder,
org.gridgain.internal.h2.command.dml.AllColumnsForPlan allColumnsSet) |
abstract int |
inlineSize() |
add, calculateSegment, checkRename, close, columnsArray, destroy, getDiskSpaceUsed, getDistributedMultiplier, getRowCountApproximation, getTable, needRebuild, put, putx, queryContextRegistry, refreshColumnIds, remove, remove, removeChildrenAndResources, removex, rowDescriptor, segment, segmentForPartition, segmentForRow, segmentsCount, totalRowCount, truncatecostRangeIndex, getCostRangeIndex_8_7_12canFindNext, canScan, checkIndexColumnTypes, compareRows, createLookupBatch, find, findNext, getColumnIndex, getColumns, getCostRangeIndex, getCreateSQL, getCreateSQLForCopy, getDropSQL, getDuplicateKeyException, getIndexColumns, getIndexType, getPlanSQL, getRow, getType, isFindUsingFullTableScan, isFirstColumn, isHidden, isRowIdIndex, mayHaveNullDuplicates, setSortedInsertMode, updategetSchema, getSQL, getSQLgetChildren, getComment, getDatabase, getId, getModificationId, getName, invalidate, isTemporary, isValid, rename, setComment, setModified, setObjectName, setTemporary, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected H2TreeIndexBase(GridH2Table tbl, String name, org.gridgain.internal.h2.table.IndexColumn[] cols, org.gridgain.internal.h2.index.IndexType type)
tbl - Table.name - Index name.cols - Indexed columns.type - Index type.public abstract int inlineSize()
public double getCost(org.gridgain.internal.h2.engine.Session ses,
int[] masks,
org.gridgain.internal.h2.table.TableFilter[] filters,
int filter,
org.gridgain.internal.h2.result.SortOrder sortOrder,
org.gridgain.internal.h2.command.dml.AllColumnsForPlan allColumnsSet)
public boolean canGetFirstOrLast()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025