Class IntegerValue
- java.lang.Object
-
- org.apache.parquet.example.data.simple.Primitive
-
- org.apache.parquet.example.data.simple.IntegerValue
-
public class IntegerValue extends Primitive
-
-
Constructor Summary
Constructors Constructor Description IntegerValue(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInteger()StringtoString()voidwriteValue(RecordConsumer recordConsumer)
-
-
-
Method Detail
-
getInteger
public int getInteger()
- Overrides:
getIntegerin classPrimitive
-
writeValue
public void writeValue(RecordConsumer recordConsumer)
- Specified by:
writeValuein classPrimitive
-
-