Uses of Class
com.tableau.hyperapi.Interval
-
Packages that use Interval Package Description com.tableau.hyperapi This is the public Tableau Hyper API documentation version 0.0.20746 -
-
Uses of Interval in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return Interval Modifier and Type Method Description Interval
Result. getInterval(int position)
Gets the value of column `position` for the current row as interval.Methods in com.tableau.hyperapi with parameters of type Interval Modifier and Type Method Description Inserter
Inserter. add(Interval value)
Sets the current INTERVAL field to the given value.int
Interval. compareTo(Interval other)
Compares this interval with the specified interval for order.
-