Uses of Class
org.influxdb.querybuilder.clauses.OperationClause
Package | Description |
---|---|
org.influxdb.querybuilder |
-
Uses of OperationClause in org.influxdb.querybuilder
Methods in org.influxdb.querybuilder that return OperationClause Modifier and Type Method Description static OperationClause
BuiltQuery.QueryBuilder. op(Object arg1, String op, Object arg2)
Methods in org.influxdb.querybuilder with parameters of type OperationClause Modifier and Type Method Description Selection
Selection. op(OperationClause operationClause)
SelectionQueryImpl
SelectionQueryImpl. op(OperationClause operationClause)
SelectionSubQueryImpl<T>
SelectionSubQueryImpl. op(OperationClause operationClause)