Functions§
- This functions merges
values
array (&[Vec<ScalarValue>]
) into single arrayVec<ScalarValue>
Merging done according to ordering values stored insideordering_values
(&[Vec<Vec<ScalarValue>>]
) InnerVec<ScalarValue>
in theordering_values
can be thought as ordering information for the eachScalarValue
in thevalues
array. Desired ordering specified bysort_options
argument (Should have same size with innerVec<ScalarValue>
of theordering_values
array).