public interface SqlSystemView
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGetRowCount()
Check if the row count can be retrieved quickly.
|
org.gridgain.internal.h2.table.Column[] |
getColumns()
Gets columns.
|
String |
getCreateSQL()
Gets SQL script for creating table.
|
String |
getDescription()
Gets description.
|
String[] |
getIndexes()
Gets indexed column names.
|
long |
getRowCount()
Gets row count for this view (or approximated row count, if real value can't be calculated quickly).
|
long |
getRowCountApproximation()
Gets approximated row count (required to build execution plan).
|
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.
|
String |
getTableName()
Gets table name.
|
boolean |
isDistributed() |
String getTableName()
String getDescription()
org.gridgain.internal.h2.table.Column[] getColumns()
String[] getIndexes()
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.long getRowCount()
long getRowCountApproximation()
boolean canGetRowCount()
String getCreateSQL()
boolean isDistributed()
True if view is distributed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025