MCPcopy Create free account
hub / github.com/apache/madlib / compar

Function compar

methods/svec/src/pg_gp/SparseData.c:1371–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1369}
1370
1371int compar(const void *i, const void *j){
1372 return (int)((int64*)array_pos_ref)[*(int*)i] - ((int64*)array_pos_ref)[*(int*)j];
1373}
1374
1375/**
1376 * @param array_val The array of values to be converted to values in SparseData

Callers 1

partition_pivotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected