public interface PartitioningFunctionContext
PartitioningFunction's. Clients should not implement this interface.| Modifier and Type | Method and Description |
|---|---|
RecordValued |
getInput()
Returns the data to be partitioned
|
NodeAllocationPlan |
getNodeAllocation()
Returns the node allocation.
|
int |
getTargetPartitionCount()
Returns the number of target partitions.
|
NodeAllocationPlan getNodeAllocation()
NodeAllocationPlan.subPlan(int), passing in getTargetPartitionCount()RecordValued getInput()
int getTargetPartitionCount()
Copyright © 2020 Actian Corporation. All rights reserved.