Class HdfDatasetToCqlPredicates
java.lang.Object
io.nosqlbench.datamappers.functions.hdf_to_cql.HdfDatasetToCqlPredicates
- All Implemented Interfaces:
LongFunction<String>
Binding function that accepts a long input value for the cycle and returns a string consisting of the
CQL predicate parsed from a single record in an HDF5 dataset
-
Constructor Summary
ConstructorsConstructorDescriptionHdfDatasetToCqlPredicates(String filename, String datasetname) HdfDatasetToCqlPredicates(String filename, String datasetname, String parsername) Create a new binding function that accepts a long input value for the cycle and returns a string -
Method Summary
-
Constructor Details
-
HdfDatasetToCqlPredicates
-
HdfDatasetToCqlPredicates
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<String>
-