| Package | Description |
|---|---|
| org.apache.druid.segment.generator |
| Modifier and Type | Method and Description |
|---|---|
GeneratorColumnSchema.ValueDistribution |
GeneratorColumnSchema.getDistributionType() |
static GeneratorColumnSchema.ValueDistribution |
GeneratorColumnSchema.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.
|
| Constructor and 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) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.