| Constructor and Description | 
|---|
| Result(long count,
      Iterable<Pair<Double,V>> quantiles) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| int | hashCode() | 
| static <V> PType<Quantiles.Result<V>> | pType(PType<V> valuePType)Create a PType for the result type, to be stored as a derived type from Crunch primitives | 
public static <V> PType<Quantiles.Result<V>> pType(PType<V> valuePType)
V - Value typevaluePType - PType for the V type, whose family will also be used to create the derived typeCopyright © 2017 The Apache Software Foundation. All rights reserved.