SelectIndex
Constructor
For equality searches and one-sided ranges:
SelectIndex::SelectIndex(
Index* index,
Comparsion comparison,
vector<Value> values)
- Number of values = number of key columns:
Specifying a value for each column of the index.
- Number of values < number of key columns:
Specifying a value for each column of a prefix of the index.
That's OK.
|