Class HDF5FloatDataWriter
java.lang.Object
org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
org.apache.drill.exec.store.hdf5.writers.HDF5FloatDataWriter
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
colCount, compoundData, counter, datapath, fieldName, reader
-
Constructor Summary
ConstructorDescriptionHDF5FloatDataWriter
(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath) HDF5FloatDataWriter
(io.jhdf.HdfFile reader, WriterSpec writerSpec, String fieldName, float[] tempListData) HDF5FloatDataWriter
(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath, String fieldName, int currentColumn) -
Method Summary
Methods inherited from class org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
currentRowCount, isCompound
-
Constructor Details
-
HDF5FloatDataWriter
-
HDF5FloatDataWriter
public HDF5FloatDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath, String fieldName, int currentColumn) -
HDF5FloatDataWriter
public HDF5FloatDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String fieldName, float[] tempListData)
-
-
Method Details
-
write
public boolean write()- Overrides:
write
in classHDF5DataWriter
-
hasNext
public boolean hasNext()- Overrides:
hasNext
in classHDF5DataWriter
-
getDataSize
public int getDataSize()- Specified by:
getDataSize
in classHDF5DataWriter
-