public class SqlSystemIndex
extends BaseIndex
| Modifier and Type | Method and Description |
|---|---|
void |
add(Session ses,
Row row) |
boolean |
canGetFirstOrLast() |
void |
checkRename() |
void |
close(Session ses) |
Cursor |
find(Session ses,
SearchRow first,
SearchRow last) |
Cursor |
findFirstOrLast(Session ses,
boolean first) |
double |
getCost(Session ses,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder,
HashSet<Column> allColsSet) |
String |
getCreateSQL() |
long |
getDiskSpaceUsed() |
long |
getRowCount(Session ses) |
long |
getRowCountApproximation() |
boolean |
needRebuild() |
void |
remove(Session ses) |
void |
remove(Session ses,
Row row) |
void |
truncate(Session ses) |
public void close(Session ses)
public void add(Session ses,
Row row)
public void remove(Session ses,
Row row)
public Cursor find(Session ses,
SearchRow first,
SearchRow last)
public double getCost(Session ses,
int[] masks,
TableFilter[] filters,
int filter,
SortOrder sortOrder,
HashSet<Column> allColsSet)
public void truncate(Session ses)
public void remove(Session ses)
public void checkRename()
public boolean needRebuild()
public String getCreateSQL()
public boolean canGetFirstOrLast()
public Cursor findFirstOrLast(Session ses,
boolean first)
public long getRowCount(Session ses)
public long getRowCountApproximation()
public long getDiskSpaceUsed()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019