Class BooleanValue
- java.lang.Object
-
- org.apache.parquet.example.data.simple.Primitive
-
- org.apache.parquet.example.data.simple.BooleanValue
-
public class BooleanValue extends Primitive
-
-
Constructor Summary
Constructors Constructor Description BooleanValue(boolean bool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBoolean()StringtoString()voidwriteValue(RecordConsumer recordConsumer)
-
-
-
Method Detail
-
getBoolean
public boolean getBoolean()
- Overrides:
getBooleanin classPrimitive
-
writeValue
public void writeValue(RecordConsumer recordConsumer)
- Specified by:
writeValuein classPrimitive
-
-