Class Restrictions
java.lang.Object
com.influxdb.query.dsl.functions.restriction.Restrictions
- Author:
- Jakub Bednar (bednar@github) (28/06/2018 13:03)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Restrictions
and
(Restrictions... restrictions) static ColumnRestriction
Create Record column restriction.static ColumnRestriction
field()
Create Record field restriction.static ColumnRestriction
Create Record measurement restriction.static Restrictions
not
(Restrictions restrictions) static Restrictions
or
(Restrictions... restrictions) static ColumnRestriction
start()
Create Record start restriction.static ColumnRestriction
stop()
Create Record stop restriction.static ColumnRestriction
Create Record tag restriction.static ColumnRestriction
time()
Create Record time restriction.static ColumnRestriction
value()
Create Record value restriction.
-
Method Details
-
and
-
or
-
not
-
measurement
Create Record measurement restriction.- Returns:
- restriction
-
field
Create Record field restriction.- Returns:
- restriction
-
start
Create Record start restriction.- Returns:
- restriction
-
stop
Create Record stop restriction.- Returns:
- restriction
-
time
Create Record time restriction.- Returns:
- restriction
-
value
Create Record value restriction.- Returns:
- restriction
-
tag
Create Record tag restriction.- Parameters:
tagName
- tag name- Returns:
- restriction
-
column
Create Record column restriction.- Parameters:
columnName
- column name- Returns:
- restriction
-