Module datarush.library
Interface PartitioningFunction.Evaluator
-
- Enclosing interface:
- PartitioningFunction
public static interface PartitioningFunction.Evaluator
Computes partition assignments for each row if input
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAssignment()
Returns the partition id to which we should assign the current value
-