Package org.apache.drill.exec.store.pojo
Class PojoWriters.StringWriter
java.lang.Object
org.apache.drill.exec.store.pojo.AbstractPojoWriter<NullableVarCharVector>
org.apache.drill.exec.store.pojo.PojoWriters.StringWriter
- All Implemented Interfaces:
PojoWriter
- Enclosing class:
- PojoWriters
Pojo writer for String. 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.void
writeString
(String s, int outboundIndex) Methods inherited from class org.apache.drill.exec.store.pojo.AbstractPojoWriter
allocate, cleanup, init, setValueCount
-
Constructor Details
-
StringWriter
-
-
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
-
writeString
-