Class HdfDatasetToStrings

java.lang.Object
io.nosqlbench.virtdata.library.hdf5.from_long.AbstractHdfFileToVectorType
io.nosqlbench.virtdata.library.hdf5.from_long.to_string.HdfDatasetToStrings
All Implemented Interfaces:
LongFunction<String>

public class HdfDatasetToStrings extends AbstractHdfFileToVectorType implements LongFunction<String>
This function reads a dataset of any supported type from an HDF5 file. The dataset itself is not read into memory, only the metadata (the "dataset" Java Object). The lambda function reads a single vector from the dataset, based on the long input value.
  • Constructor Details

    • HdfDatasetToStrings

      public HdfDatasetToStrings(String filename, String datasetName)
  • Method Details