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

Method Restore

storage/connect/array.cpp:641–644  ·  view source on GitHub ↗

/ ARRAY Restore: restore value to j (used while rordering). */ /

Source from the content-addressed store, hash-verified

639/* ARRAY Restore: restore value to j (used while rordering). */
640/***********************************************************************/
641void ARRAY::Restore(int j)
642 {
643 Vblp->SetValue(Value, j);
644 } // end of Restore
645
646/***********************************************************************/
647/* ARRAY Move: move value from k to j (used while rordering). */

Callers 2

ReorderMethod · 0.45
SortMethod · 0.45

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected