just to make the compiler happy; this method should never be called */
| 449 | /* just to make the compiler happy; |
| 450 | this method should never be called */ |
| 451 | bool MinorKey::operator<(const MinorKey& mk) const |
| 452 | { |
| 453 | assume(false); |
| 454 | return this->compare(mk) == -1; |
| 455 | } |
| 456 | |
| 457 | void MinorKey::selectFirstRows (const int k, const MinorKey& mk) |
| 458 | { |