Package org.apache.drill.exec.store.pojo
Class PojoWriters.BitWriter
java.lang.Object
org.apache.drill.exec.store.pojo.AbstractPojoWriter<BitVector>
org.apache.drill.exec.store.pojo.PojoWriters.BitWriter
- All Implemented Interfaces:
 PojoWriter
- Enclosing class:
 PojoWriters
Pojo writer for boolean. Does not expect to write null value.
- 
Field Summary
Fields inherited from class org.apache.drill.exec.store.pojo.AbstractPojoWriter
vector - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidwriteField(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
- 
BitWriter
 
 - 
 - 
Method Details
- 
writeField
Description copied from interface:PojoWriterWrites given value to the given position of the bit to set.- Parameters:
 value- values to be writtenoutboundIndex- position of the bit
 
 -