Functions§
- This functions merges
valuesarray (&[Vec<ScalarValue>]) into single arrayVec<ScalarValue>Merging done according to ordering values stored insideordering_values(&[Vec<Vec<ScalarValue>>]) InnerVec<ScalarValue>in theordering_valuescan be thought as ordering information for the eachScalarValuein thevaluesarray. Desired ordering specified bysort_optionsargument (Should have same size with innerVec<ScalarValue>of theordering_valuesarray).