| Constructor and Description |
|---|
RangeDomain(Vector range,
Entity.DATA_TYPE type,
Entity.DATA_CATEGORY cat) |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getPartitionKeys(Vector partitionCol)
Given the values of a partition column, get the keys of partitions those values belong to.
|
public RangeDomain(Vector range, Entity.DATA_TYPE type, Entity.DATA_CATEGORY cat)
public List<Integer> getPartitionKeys(Vector partitionCol)
DomaingetPartitionKeys in interface DomainpartitionCol - a list of partition column valuesCopyright © 2020 DolphinDB. All rights reserved.