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 TypeClassDescriptionclassAbstractPojoWriter<V extends ValueVector>Parent class for all pojo writers created for each field.static classPojo writer for boolean.static classPojo writer for decimal.static classPojo writer for double.static classPojo writer for Enum.static classPojo writer for float.static classPojo writer for int.static classPojo writer for long.static classPojo writer for Long.static classPojo writer for Boolean.static classPojo writer for Double.static classPojo writer for Float.static classPojo writer for Integer.static classPojo writer for Timestamp.static classPojo 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 PojoWriterCreates matching writer to the given field type.protected PojoWriterAbstractPojoRecordReader.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.