Uses of Class
org.influxdb.querybuilder.SelectionQueryImpl
Package | Description |
---|---|
org.influxdb.querybuilder |
-
Uses of SelectionQueryImpl in org.influxdb.querybuilder
Methods in org.influxdb.querybuilder that return SelectionQueryImpl Modifier and Type Method Description SelectionQueryImpl
SelectionQueryImpl. all()
SelectionQueryImpl
SelectionQueryImpl. as(String aliasName)
SelectionQueryImpl
SelectionQueryImpl. column(String name)
SelectionQueryImpl
SelectionQueryImpl. cop(String column, String op, Object arg2)
SelectionQueryImpl
SelectionQueryImpl. cop(SimpleClause simpleClause)
SelectionQueryImpl
SelectionQueryImpl. count(Object column)
SelectionQueryImpl
SelectionQueryImpl. countAll()
SelectionQueryImpl
SelectionQueryImpl. distinct()
SelectionQueryImpl
SelectionQueryImpl. function(String name, Object... parameters)
SelectionQueryImpl
SelectionQueryImpl. into(String measurement)
SelectionQueryImpl
SelectionQueryImpl. max(Object column)
SelectionQueryImpl
SelectionQueryImpl. mean(Object column)
SelectionQueryImpl
SelectionQueryImpl. min(Object column)
SelectionQueryImpl
SelectionQueryImpl. op(Object arg1, String op, Object arg2)
SelectionQueryImpl
SelectionQueryImpl. op(OperationClause operationClause)
SelectionQueryImpl
SelectionQueryImpl. raw(String text)
SelectionQueryImpl
SelectionQueryImpl. regex(String clause)
SelectionQueryImpl
SelectionQueryImpl. requiresPost()
static SelectionQueryImpl
BuiltQuery.QueryBuilder. select(Object... columns)
static SelectionQueryImpl
BuiltQuery.QueryBuilder. select(String... columns)
SelectionQueryImpl
SelectionQueryImpl. sum(Object column)