Uses of Class
org.apache.druid.segment.generator.GeneratorColumnSchema.ValueDistribution
-
Packages that use GeneratorColumnSchema.ValueDistribution Package Description org.apache.druid.segment.generator -
-
Uses of GeneratorColumnSchema.ValueDistribution in org.apache.druid.segment.generator
Methods in org.apache.druid.segment.generator that return GeneratorColumnSchema.ValueDistribution Modifier and Type Method Description GeneratorColumnSchema.ValueDistributionGeneratorColumnSchema. getDistributionType()static GeneratorColumnSchema.ValueDistributionGeneratorColumnSchema.ValueDistribution. valueOf(String name)Returns the enum constant of this type with the specified name.static GeneratorColumnSchema.ValueDistribution[]GeneratorColumnSchema.ValueDistribution. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.segment.generator with parameters of type GeneratorColumnSchema.ValueDistribution Constructor Description GeneratorColumnSchema(String name, ValueType type, boolean isMetric, int rowSize, Double nullProbability, GeneratorColumnSchema.ValueDistribution distributionType, List<Object> enumeratedValues, List<Double> enumeratedProbabilities, Integer startInt, Integer endInt, Double startDouble, Double endDouble, Double zipfExponent, Double mean, Double standardDeviation)
-