Package org.influxdb.querybuilder
Class SelectionSubQueryImpl<T extends WithSubquery>
java.lang.Object
org.influxdb.querybuilder.SubQuery<T>
org.influxdb.querybuilder.SelectionSubQueryImpl<T>
- All Implemented Interfaces:
QueryStringBuilder
,Selection
,WithSubquery
public class SelectionSubQueryImpl<T extends WithSubquery> extends SubQuery<T> implements Selection, WithSubquery
-
Method Summary
-
Method Details
-
distinct
-
as
-
all
-
countAll
-
column
-
regex
-
function
-
raw
-
count
-
max
-
min
-
sum
-
mean
-
op
-
op
-
cop
-
cop
-
fromRaw
-
from
-
from
-
fromSubQuery
-
setSubQuery
- Specified by:
setSubQuery
in interfaceWithSubquery
-
buildQueryString
- Specified by:
buildQueryString
in interfaceQueryStringBuilder
-
buildQueryString
- Specified by:
buildQueryString
in interfaceQueryStringBuilder
-