Uses of Interface
org.influxdb.querybuilder.Selection
Package | Description |
---|---|
org.influxdb.querybuilder |
-
Uses of Selection in org.influxdb.querybuilder
Classes in org.influxdb.querybuilder that implement Selection Modifier and Type Class Description class
SelectionQueryImpl
class
SelectionSubQueryImpl<T extends WithSubquery>
Methods in org.influxdb.querybuilder that return Selection Modifier and Type Method Description Selection
Selection. all()
Selection
Selection. as(String aliasName)
Selection
Selection. column(String name)
Selection
Selection. cop(String column, String op, Object arg2)
Selection
Selection. cop(SimpleClause simpleClause)
Selection
Selection. count(Object column)
Selection
Selection. countAll()
Selection
Selection. distinct()
Selection
Selection. function(String name, Object... parameters)
Selection
Selection. max(Object column)
Selection
Selection. mean(Object column)
Selection
Selection. min(Object column)
Selection
Selection. op(Object arg1, String op, Object arg2)
Selection
Selection. op(OperationClause operationClause)
Selection
Selection. raw(String text)
Selection
Selection. regex(String clause)
Selection
Selection. sum(Object column)