Package io.nosqlbench.datamappers.functions.to_daterange
package io.nosqlbench.datamappers.functions.to_daterange
-
ClassesClassDescriptionTakes 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.Uses the precision and the two functions provided to create a DateRange.Takes 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.Takes 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.Parses the DateRange format according to Date Range Formatting.