Uses of Interface
org.apache.drill.exec.store.pojo.PojoWriter
Packages that use PojoWriter
-
Uses of PojoWriter in org.apache.drill.exec.store.pojo
Classes in org.apache.drill.exec.store.pojo that implement PojoWriterModifier and TypeClassDescriptionclass
AbstractPojoWriter<V extends ValueVector>
Parent class for all pojo writers created for each field.static class
Pojo writer for boolean.static class
Pojo writer for decimal.static class
Pojo writer for double.static class
Pojo writer for Enum.static class
Pojo writer for float.static class
Pojo writer for int.static class
Pojo writer for long.static class
Pojo writer for Long.static class
Pojo writer for Boolean.static class
Pojo writer for Double.static class
Pojo writer for Float.static class
Pojo writer for Integer.static class
Pojo writer for Timestamp.static class
Pojo writer for String.Fields in org.apache.drill.exec.store.pojo with type parameters of type PojoWriterMethods in org.apache.drill.exec.store.pojo that return PojoWriterModifier and TypeMethodDescriptionstatic PojoWriter
Creates matching writer to the given field type.protected PojoWriter
AbstractPojoRecordReader.initWriter
(Class<?> type, String fieldName, OutputMutator output) Creates writer based input class type and then initiates it.Methods in org.apache.drill.exec.store.pojo that return types with arguments of type PojoWriterModifier and TypeMethodDescriptionprotected abstract List<PojoWriter>
AbstractPojoRecordReader.setupWriters
(OutputMutator output) Setups writers for each field in the row.protected List<PojoWriter>
DynamicPojoRecordReader.setupWriters
(OutputMutator output) Initiates writers based on given schema which contains field name and its type.protected List<PojoWriter>
PojoRecordReader.setupWriters
(OutputMutator output) Creates writers based on pojo field class types.