SelectableScheme |
BlindSearch.copy(TableDataSource table,
boolean immutable) |
Returns an exact copy of this scheme including any optimization
information.
|
SelectableScheme |
InsertSearch.copy(TableDataSource table,
boolean immutable) |
Returns an exact copy of this scheme including any optimization
information.
|
abstract SelectableScheme |
SelectableScheme.copy(TableDataSource table,
boolean immutable) |
Returns an exact copy of this scheme including any optimization
information.
|
SelectableScheme |
GTPrivMapDataSource.getColumnScheme(int column) |
|
SelectableScheme |
Table.getColumnScheme(int column) |
Returns the SelectableScheme that indexes the given column in this table.
|
SelectableScheme |
TableDataSource.getColumnScheme(int column) |
Returns the SelectableScheme that we use as an index for rows in the
given column of this source.
|
protected SelectableScheme |
DataTable.getRootColumnScheme(int column) |
Returns the SelectableScheme for the given column.
|
protected SelectableScheme |
DefaultDataTable.getRootColumnScheme(int column) |
Returns the SelectableScheme for the given column.
|
SelectableScheme |
SelectableScheme.getSubsetScheme(Table subset_table,
int subset_column) |
Asks the Scheme for a SelectableScheme abject that describes a sub-set
of the set handled by this Scheme.
|