Uses of Class
org.apache.druid.frame.key.ClusterByPartition
-
Packages that use ClusterByPartition Package Description org.apache.druid.frame.key -
-
Uses of ClusterByPartition in org.apache.druid.frame.key
Methods in org.apache.druid.frame.key that return ClusterByPartition Modifier and Type Method Description ClusterByPartitionClusterByPartitions. get(int i)Methods in org.apache.druid.frame.key that return types with arguments of type ClusterByPartition Modifier and Type Method Description Iterator<ClusterByPartition>ClusterByPartitions. iterator()List<ClusterByPartition>ClusterByPartitions. ranges()Constructor parameters in org.apache.druid.frame.key with type arguments of type ClusterByPartition Constructor Description ClusterByPartitions(List<ClusterByPartition> ranges)
-