Class HDF5StringDataWriter
java.lang.Object
org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
org.apache.drill.exec.store.hdf5.writers.HDF5StringDataWriter
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
colCount, compoundData, counter, datapath, fieldName, reader
-
Constructor Summary
ConstructorDescriptionHDF5StringDataWriter
(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath) HDF5StringDataWriter
(io.jhdf.HdfFile reader, WriterSpec writerSpec, String fieldName, String[] data) -
Method Summary
Methods inherited from class org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
currentRowCount, isCompound
-
Constructor Details
-
HDF5StringDataWriter
-
HDF5StringDataWriter
public HDF5StringDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String fieldName, String[] data)
-
-
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
-