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 Restrictionsand(Restrictions... restrictions) static ColumnRestrictionCreate Record column restriction.static ColumnRestrictionfield()Create Record field restriction.static ColumnRestrictionCreate Record measurement restriction.static Restrictionsnot(Restrictions restrictions) static Restrictionsor(Restrictions... restrictions) static ColumnRestrictionstart()Create Record start restriction.static ColumnRestrictionstop()Create Record stop restriction.static ColumnRestrictionCreate Record tag restriction.static ColumnRestrictiontime()Create Record time restriction.static ColumnRestrictionvalue()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
-