Class ColumnValueGenerator
- java.lang.Object
-
- org.apache.druid.segment.generator.ColumnValueGenerator
-
-
Constructor Summary
Constructors Constructor Description ColumnValueGenerator(GeneratorColumnSchema schema, long seed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgenerateRowValue()Objectget()GeneratorColumnSchemagetSchema()
-
-
-
Constructor Detail
-
ColumnValueGenerator
public ColumnValueGenerator(GeneratorColumnSchema schema, long seed)
-
-