Module Mapred_sorters.Grouped


module Grouped: sig .. end
Exports a hash and cmp function for Mapred_sorters.generic_sorter. The functions are defined so that the records with the same key are grouped together.

val hash : string -> int -> int -> int
val cmp : string -> int -> int -> string -> int -> int -> int