Class DoubleValue
- java.lang.Object
-
- org.apache.parquet.example.data.simple.Primitive
-
- org.apache.parquet.example.data.simple.DoubleValue
-
public class DoubleValue extends Primitive
-
-
Constructor Summary
Constructors Constructor Description DoubleValue(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDouble()StringtoString()voidwriteValue(RecordConsumer recordConsumer)-
Methods inherited from class org.apache.parquet.example.data.simple.Primitive
getBinary, getBoolean, getFloat, getInt96, getInteger, getLong, getString
-
-
-
-
Method Detail
-
writeValue
public void writeValue(RecordConsumer recordConsumer)
- Specified by:
writeValuein classPrimitive
-
-