MCPcopy Create free account
hub / github.com/MariaDB/server / Qcompare

Method Qcompare

storage/connect/tabpivot.cpp:319–323  ·  view source on GitHub ↗

/ PIVAID: Compare routine for sorting pivot column values. */ /

Source from the content-addressed store, hash-verified

317/* PIVAID: Compare routine for sorting pivot column values. */
318/***********************************************************************/
319int 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

Callers

nothing calls this directly

Calls 1

CompValMethod · 0.45

Tested by

no test coverage detected