Class HDF5MapDataWriter
java.lang.Object
org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
org.apache.drill.exec.store.hdf5.writers.HDF5MapDataWriter
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
colCount, compoundData, counter, datapath, fieldName, reader
-
Constructor Summary
ConstructorDescriptionHDF5MapDataWriter
(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath) -
Method Summary
Methods inherited from class org.apache.drill.exec.store.hdf5.writers.HDF5DataWriter
currentRowCount
-
Constructor Details
-
HDF5MapDataWriter
-
-
Method Details
-
write
public boolean write()- Overrides:
write
in classHDF5DataWriter
-
hasNext
public boolean hasNext()- Overrides:
hasNext
in classHDF5DataWriter
-
isCompound
public boolean isCompound()Returns true if the data writer is a compound writer, false if not.- Overrides:
isCompound
in classHDF5DataWriter
- Returns:
- boolean true if the data writer is a compound writer, false if not.
-
getDataSize
public int getDataSize()- Specified by:
getDataSize
in classHDF5DataWriter
-