Package org.influxdb.querybuilder
Class FunctionFactory
java.lang.Object
org.influxdb.querybuilder.FunctionFactory
public final class FunctionFactory extends Object
-
Method Summary
Modifier and Type Method Description static Object
column(String name)
static Object
count(Object column)
static Function
function(String name, Object... parameters)
static Object
max(Object column)
static Object
mean(Object column)
static Object
min(Object column)
static Object
now()
static Object
sum(Object column)
static Object
time(Long timeInterval, String durationLiteral)
static Object
time(Long timeInterval, String durationLiteral, Long offsetInterval, String offSetLiteral)