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