Package org.apache.drill.exec.store.pojo
Class PojoWriters.DoubleWriter
java.lang.Object
org.apache.drill.exec.store.pojo.AbstractPojoWriter<Float8Vector>
org.apache.drill.exec.store.pojo.PojoWriters.DoubleWriter
- All Implemented Interfaces:
PojoWriter
- Enclosing class:
- PojoWriters
Pojo writer for double. Does not expect to write null value.
-
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
-
DoubleWriter
-
-
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
-