public class SqlSystemViewIndexes extends SqlAbstractLocalSystemView
cols, ctx, DEFAULT_ROW_COUNT_APPROXIMATION, desc, indexes, log, tblName| Constructor and Description |
|---|
SqlSystemViewIndexes(GridKernalContext ctx,
SchemaManager schemaMgr)
Creates view with columns.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGetRowCount()
Check if the row count can be retrieved quickly.
|
long |
getRowCount()
Gets row count for this view (or approximated row count, if real value can't be calculated quickly).
|
Iterator<org.gridgain.internal.h2.result.Row> |
getRows(org.gridgain.internal.h2.engine.Session ses,
org.gridgain.internal.h2.result.SearchRow first,
org.gridgain.internal.h2.result.SearchRow last)
Gets view content.
|
conditionForColumn, createRow, getColumnIndex, isDistributed, nodeFilter, toStringSafe, uuidFromValue, valueTimestampFromMillisgetColumns, getCreateSQL, getDescription, getIndexes, getRowCountApproximation, getTableName, newColumn, newColumnpublic SqlSystemViewIndexes(GridKernalContext ctx, SchemaManager schemaMgr)
ctx - kernal context.public Iterator<org.gridgain.internal.h2.result.Row> getRows(org.gridgain.internal.h2.engine.Session ses, org.gridgain.internal.h2.result.SearchRow first, org.gridgain.internal.h2.result.SearchRow last)
ses - Session.first - First.last - Last.public boolean canGetRowCount()
canGetRowCount in interface SqlSystemViewcanGetRowCount in class SqlAbstractSystemViewpublic long getRowCount()
getRowCount in interface SqlSystemViewgetRowCount in class SqlAbstractSystemView
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025