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

Method Move

storage/connect/array.cpp:649–652  ·  view source on GitHub ↗

/ ARRAY Move: move value from k to j (used while rordering). */ /

Source from the content-addressed store, hash-verified

647/* ARRAY Move: move value from k to j (used while rordering). */
648/***********************************************************************/
649void ARRAY::Move(int j, int k)
650 {
651 Vblp->Move(k, j); // VALBLK does the opposite !!!
652 } // end of Move
653
654/***********************************************************************/
655/* ARRAY: Compare routine for one LIST value (ascending only). */

Callers 5

AddDistinctValueMethod · 0.45
OcrColumnsFunction · 0.45
MakeMethod · 0.45
ReorderMethod · 0.45
SortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected