/ PIVAID: Compare routine for sorting pivot column values. */ /
| 317 | /* PIVAID: Compare routine for sorting pivot column values. */ |
| 318 | /***********************************************************************/ |
| 319 | int PIVAID::Qcompare(int *i1, int *i2) |
| 320 | { |
| 321 | // TODO: the actual comparison between pivot column result values. |
| 322 | return Rblkp->CompVal(*i1, *i2); |
| 323 | } // end of Qcompare |
| 324 | |
| 325 | /* --------------- Implementation of the PIVOT classes --------------- */ |
| 326 |