Partition a Record on its key
field which contains a 32-bit floating point value.
Partition a Record on its key
field which contains a 64-bit floating point value.
Partition a Record on its key
field which contains a signed 16-bit value.
Partition a Record on its key
field which contains a signed 32-bit value.
Partition a Record on its key
field which contains a signed 64-bit value.
Partition a Record on its key
field which contains a signed 8-bit value.
NumericPartitioner supports partitioning based on the numeric
field named key in a Record,
where each partition represents records where that field either
has a specific (single) value or falls with a range of values.
NumericPartitioner supports partitioning based on the numeric
field named key in a Record,
where each partition represents records where that field either
has a specific (single) value or falls with a range of values.
NumericPartitioner is the parent class of other classes for specific numeric types (such as 16-bit integers and 32-bit floating point numbers). These subclasses must specify a numeric type and the allowable range of values for that type.
The type of the number
Partition a Record on its key
field which contains an unsigned 16-bit value.
Partition a Record on its key
field which contains an unsigned 32-bit value.
Partition a Record on its key
field which contains an unsigned 64-bit value.
Partition a Record on its key
field which contains an unsigned 8-bit value.
An object to hold classes that extend the [Partitioner] trait.