Class HDF5MapDataWriter

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

public class HDF5MapDataWriter extends HDF5DataWriter
  • Constructor Details

    • HDF5MapDataWriter

      public HDF5MapDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath)
  • Method Details

    • write

      public boolean write()
      Overrides:
      write in class HDF5DataWriter
    • hasNext

      public boolean hasNext()
      Overrides:
      hasNext in class HDF5DataWriter
    • isCompound

      public boolean isCompound()
      Returns true if the data writer is a compound writer, false if not.
      Overrides:
      isCompound in class HDF5DataWriter
      Returns:
      boolean true if the data writer is a compound writer, false if not.
    • getDataSize

      public int getDataSize()
      Specified by:
      getDataSize in class HDF5DataWriter