Package org.apache.drill.exec.store.pojo
Class PojoWriters.NBigIntWriter
java.lang.Object
org.apache.drill.exec.store.pojo.AbstractPojoWriter<NullableBigIntVector>
org.apache.drill.exec.store.pojo.PojoWriters.NBigIntWriter
- All Implemented Interfaces:
PojoWriter
- Enclosing class:
- PojoWriters
Pojo writer for Long. If null is encountered does not write it.
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.pojo.AbstractPojoWriter
vector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeField
(Object value, int outboundIndex) Writes given value to the given position of the bit to set.Methods inherited from class org.apache.drill.exec.store.pojo.AbstractPojoWriter
allocate, cleanup, init, setValueCount
-
Constructor Details
-
NBigIntWriter
-
-
Method Details
-
writeField
Description copied from interface:PojoWriter
Writes given value to the given position of the bit to set.- Parameters:
value
- values to be writtenoutboundIndex
- position of the bit
-