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