Uses of Enum
org.apache.druid.segment.generator.GeneratorColumnSchema.ValueDistribution
Packages that use GeneratorColumnSchema.ValueDistribution
-
Uses of GeneratorColumnSchema.ValueDistribution in org.apache.druid.segment.generator
Methods in org.apache.druid.segment.generator that return GeneratorColumnSchema.ValueDistributionModifier and TypeMethodDescriptionGeneratorColumnSchema.getDistributionType()Returns the enum constant of this type with the specified name.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.ValueDistributionModifierConstructorDescriptionGeneratorColumnSchema(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)