public interface Domain
| Modifier and Type | Method and Description |
|---|---|
int |
getPartitionKey(Scalar partitionCol) |
List<Integer> |
getPartitionKeys(Vector partitionCol)
Given the values of a partition column, get the keys of partitions those values belong to.
|
List<Integer> getPartitionKeys(Vector partitionCol)
partitionCol - a list of partition column valuesint getPartitionKey(Scalar partitionCol)
Copyright © 2024 DolphinDB. All rights reserved.