Uses of Annotation Interface
io.nosqlbench.virtdata.api.annotations.Categories
Packages that use Categories
Package
Description
-
Uses of Categories in io.nosqlbench.datamappers.functions.double_to_cqlduration
Classes in io.nosqlbench.datamappers.functions.double_to_cqlduration with annotations of type CategoriesModifier and TypeClassDescriptionclassConvert the input double value into a CQLCqlDurationobject, by setting months to zero, and using the fractional part as part of a day, assuming 24-hour days. -
Uses of Categories in io.nosqlbench.datamappers.functions.geometry
Classes in io.nosqlbench.datamappers.functions.geometry with annotations of type CategoriesModifier and TypeClassDescriptionclassCreate a Distance generator which produces com.datastax.driver.dse.geometry.Distance objects.classCreate a com.datastax.driver.dse.geometry.LineStringclassNormalize a vector in Listform, calling the appropriate conversion function depending on the component (Class) type of the incoming List values. classCreate a Point generator which generates com.datastax.driver.dse.geometry.Point objects.classCreate a com.datastax.driver.dse.geometry.PolygonclassThis function will return a polygon in the form of a rectangle from the specified grid system. -
Uses of Categories in io.nosqlbench.datamappers.functions.hdf_to_cql
Classes in io.nosqlbench.datamappers.functions.hdf_to_cql with annotations of type CategoriesModifier and TypeClassDescriptionclassBinding 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 datasetclassBinding 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 -
Uses of Categories in io.nosqlbench.datamappers.functions.long_localdate
Classes in io.nosqlbench.datamappers.functions.long_localdate with annotations of type CategoriesModifier and TypeClassDescriptionclassConverts epoch millis to a java.time.LocalDate, which takes the place of the previous CQL-specific LocalDate. if a zoneid of 'default' is provided, then the time zone is set by the default for the JVM.classConverts epoch millis to a java.time.LocalDateobject, using either the system default timezone or the timezone provided.classConverts epoch millis to a java.time.LocalDateTimeobject, using either the system default timezone or the timezone provided.classDays since Jan 1st 1970 -
Uses of Categories in io.nosqlbench.datamappers.functions.long_to_cqlduration
Classes in io.nosqlbench.datamappers.functions.long_to_cqlduration with annotations of type CategoriesModifier and TypeClassDescriptionclassMap a long value into a CQL Duration object based on a set of field functions.classConvert the input value into aCqlDurationby reading the input as total nanoseconds, assuming 30-month days. -
Uses of Categories in io.nosqlbench.datamappers.functions.long_uuid
Classes in io.nosqlbench.datamappers.functions.long_uuid with annotations of type Categories -
Uses of Categories in io.nosqlbench.datamappers.functions.rainbow
Classes in io.nosqlbench.datamappers.functions.rainbow with annotations of type CategoriesModifier and TypeClassDescriptionclassUtility function used for advanced data generation experiments.classUtility function used for advanced data generation experiments.classUtility function used for advanced data generation experiments.classUtility function used for advanced data generation experiments. -
Uses of Categories in io.nosqlbench.datamappers.functions.string_string
Classes in io.nosqlbench.datamappers.functions.string_string with annotations of type Categories -
Uses of Categories in io.nosqlbench.datamappers.functions.to_cqlvector
Classes in io.nosqlbench.datamappers.functions.to_cqlvector with annotations of type CategoriesModifier and TypeClassDescriptionclassCreate a new CqlVector from a composed function, where the inner function is a list generation function that must take a long (cycle) input.classclass -
Uses of Categories in io.nosqlbench.datamappers.functions.to_cqlvector.from_double_ary
Classes in io.nosqlbench.datamappers.functions.to_cqlvector.from_double_ary with annotations of type Categories -
Uses of Categories in io.nosqlbench.datamappers.functions.to_cqlvector.from_float_ary
Classes in io.nosqlbench.datamappers.functions.to_cqlvector.from_float_ary with annotations of type Categories -
Uses of Categories in io.nosqlbench.datamappers.functions.to_cqlvector.from_number_list
Classes in io.nosqlbench.datamappers.functions.to_cqlvector.from_number_list with annotations of type Categories -
Uses of Categories in io.nosqlbench.datamappers.functions.to_cqlvector.from_string
Classes in io.nosqlbench.datamappers.functions.to_cqlvector.from_string with annotations of type Categories -
Uses of Categories in io.nosqlbench.datamappers.functions.to_daterange
Classes in io.nosqlbench.datamappers.functions.to_daterange with annotations of type CategoriesModifier and TypeClassDescriptionclassTakes an input as a reference point in epoch time, and converts it to a DateRange, with the bounds set to the lower and upper timestamps which align to the specified precision.classUses the precision and the two functions provided to create a DateRange.classTakes an input as a reference point in epoch time, and converts it to a DateRange, with the lower bounds set to the lower bound of the precision and millisecond provided, and with no upper bound.classTakes an input as a reference point in epoch time, and converts it to a DateRange, with the upper bound set to the upper bound of the precision and millisecond provided, and with no lower bound.classParses the DateRange format according to Date Range Formatting. -
Uses of Categories in io.nosqlbench.virtdata.lib.vectors.dnn.angular
Classes in io.nosqlbench.virtdata.lib.vectors.dnn.angular with annotations of type CategoriesModifier and TypeClassDescriptionclassCompute the indices of the neighbors of a given v using DNN mapping.class -
Uses of Categories in io.nosqlbench.virtdata.lib.vectors.dnn.euclidean
Classes in io.nosqlbench.virtdata.lib.vectors.dnn.euclidean with annotations of type CategoriesModifier and TypeClassDescriptionclassCompute the indices of the neighbors of a given v using DNN mapping.classclassclassThis represents an enumerated population of vectors of some dimension, where any ordinal values which address outside of that enumeration simply wrap with modulo. -
Uses of Categories in io.nosqlbench.virtdata.lib.vectors.dnn.types
Classes in io.nosqlbench.virtdata.lib.vectors.dnn.types with annotations of type Categories -
Uses of Categories in io.nosqlbench.virtdata.lib.vectors.primitive
Classes in io.nosqlbench.virtdata.lib.vectors.primitive with annotations of type CategoriesModifier and TypeClassDescriptionclassPrecompute the interior double[] values to use as a LUT.classPrecompute the interior double[] values to use as a LUT.classPrefix the incoming array with an empty double[] so that it is sized up to at least the given size.classSuffix the incoming array with an empty double[] so that it is sized up to at least the given size.classPrefix the incoming array with an empty double[] of the given size.classThis is a version of the NoSQLBenchCombinerwhich is especially suited to constructing unique sequences of doubles.classSuffix the incoming array with an empty double[] of the given size.classPrefix the incoming array with an empty float[] so that it is sized up to at least the given size.classSuffix the incoming array with an empty float[] so that it is sized up to at least the given size.classPrefix the incoming array with an empty float[] of the given size.classThis is the float version of the DoubleVector function.classSuffix the incoming array with an empty double[] of the given size.classConstruct an arbitrarily large vector with hashes.classConstruct an arbitrarily large float vector with hashes.classclassclass -
Uses of Categories in io.nosqlbench.virtdata.library.curves4.continuous.int_double
Classes in io.nosqlbench.virtdata.library.curves4.continuous.int_double with annotations of type CategoriesModifier and TypeClassDescriptionclassclassclassclassAlways yields the same value.classCreates a probability density given the values and optional weights provided, in "value:weight value:weight ..." form.classclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Categories in io.nosqlbench.virtdata.library.curves4.continuous.long_double
Classes in io.nosqlbench.virtdata.library.curves4.continuous.long_double with annotations of type CategoriesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Categories in io.nosqlbench.virtdata.library.curves4.discrete.int_int
Classes in io.nosqlbench.virtdata.library.curves4.discrete.int_int with annotations of type CategoriesModifier and TypeClassDescriptionclassclassCreate a sampler based on enumeration of integer values an sample over them using the EnumeratedInts distribution curve provided by Apache Commons Math.classclassclassclassclassclass -
Uses of Categories in io.nosqlbench.virtdata.library.curves4.discrete.int_long
Classes in io.nosqlbench.virtdata.library.curves4.discrete.int_long with annotations of type Categories -
Uses of Categories in io.nosqlbench.virtdata.library.curves4.discrete.long_int
Classes in io.nosqlbench.virtdata.library.curves4.discrete.long_int with annotations of type CategoriesModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of Categories in io.nosqlbench.virtdata.library.curves4.discrete.long_long
Classes in io.nosqlbench.virtdata.library.curves4.discrete.long_long with annotations of type Categories -
Uses of Categories in io.nosqlbench.virtdata.library.hdf5.from_long.to_array
Classes in io.nosqlbench.virtdata.library.hdf5.from_long.to_array with annotations of type CategoriesModifier and TypeClassDescriptionclassThis function reads a vector dataset from an HDF5 file.classThis function reads a vector dataset from an HDF5 file.classThis function reads a vector dataset from an HDF5 file. -
Uses of Categories in io.nosqlbench.virtdata.library.hdf5.from_long.to_list
Classes in io.nosqlbench.virtdata.library.hdf5.from_long.to_list with annotations of type CategoriesModifier and TypeClassDescriptionclassThis function reads a vector dataset from an HDF5 file.classThis function reads a vector dataset from an HDF5 file.classThis function reads a vector dataset from an HDF5 file. -
Uses of Categories in io.nosqlbench.virtdata.library.hdf5.from_long.to_string
Classes in io.nosqlbench.virtdata.library.hdf5.from_long.to_string with annotations of type CategoriesModifier and TypeClassDescriptionclassclassThis function reads a vector dataset from an HDF5 file.classThis function reads a dataset of any supported type from an HDF5 file. -
Uses of Categories in io.nosqlbench.virtdata.library.ivecfvec
Classes in io.nosqlbench.virtdata.library.ivecfvec with annotations of type CategoriesModifier and TypeClassDescriptionclassReads ivec files with random access, using the input to specify the record number.classReads ivec files with random access, using the input to specify the record number. -
Uses of Categories in io.nosqlbench.virtdata.library.realer
Classes in io.nosqlbench.virtdata.library.realer with annotations of type CategoriesModifier and TypeClassDescriptionclassReturn a valid city name.classReturn a city name, weighted by population density.classReturn a city name, weighted by total population.classReturn a valid county name.classReturn a county name weighted by population density.classReturn a county name weighted by total population.classReturn a valid country code.classReturn a valid country name.classReturn a pseudo-randomly sampled first name from the last US census data on first names occurring more than 100 times.classCombines the FirstNames and LastNames functions into one that simply concatenates them with a space between.classReturn a pseudo-randomly sampled last name from the last US census data on last names occurring more than 100 times.classReturn a valid state code.classReturn a state code (abbreviation), weighted by population density.classReturn a state code (abbreviation), weighted by population.classReturn a valid state name.classReturn a state name, weighted by population density.classReturn a state name, weighted by total population.classReturn a state name, weighted by population density.classReturn a state name, weighted by population density.classReturn a state name, weighted by population.classReturn a valid zip code.classReturn a zip code, weighted by population density.classReturn a zip code, weighted by population.