Class WriterSpec

java.lang.Object
org.apache.drill.exec.store.hdf5.writers.WriterSpec

public class WriterSpec extends Object
Encapsulates the information needed to handle implicit type conversions for scalar fields. The provided schema gives the type of vector to create, the makeWriter(String, MinorType, DataMode) method gives the type of data to be written. A standard conversion is inserted where needed.