Package org.influxdb.querybuilder
Interface Selection
- All Known Implementing Classes:
SelectionQueryImpl
,SelectionSubQueryImpl
public interface Selection
-
Method Summary
Modifier and Type Method Description Selection
all()
Selection
as(String aliasName)
Selection
column(String name)
Selection
cop(String column, String op, Object arg2)
Selection
cop(SimpleClause simpleClause)
Selection
count(Object column)
Selection
countAll()
Selection
distinct()
Selection
function(String name, Object... parameters)
Selection
max(Object column)
Selection
mean(Object column)
Selection
min(Object column)
Selection
op(Object arg1, String op, Object arg2)
Selection
op(OperationClause operationClause)
Selection
raw(String text)
Selection
regex(String clause)
Selection
sum(Object column)