Class HDF5SmallIntDataWriter

java.lang.Object
org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
org.apache.drill.exec.store.hdf5.writers.HDF5SmallIntDataWriter

public class HDF5SmallIntDataWriter extends HDF5DataWriter
  • Constructor Details

    • HDF5SmallIntDataWriter

      public HDF5SmallIntDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath)
    • HDF5SmallIntDataWriter

      public HDF5SmallIntDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath, String fieldName, int currentColumn)
    • HDF5SmallIntDataWriter

      public HDF5SmallIntDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String fieldName, short[] tempListData)
  • Method Details