Uses of Class
com.influxdb.query.dsl.functions.restriction.Restrictions
Package
Description
-
Uses of Restrictions in com.influxdb.query.dsl
Modifier and TypeMethodDescriptionfinal FilterFlux
Flux.filter
(Restrictions restrictions) Returns the first result of the query. -
Uses of Restrictions in com.influxdb.query.dsl.functions
-
Uses of Restrictions in com.influxdb.query.dsl.functions.restriction
Modifier and TypeMethodDescriptionstatic Restrictions
Restrictions.and
(Restrictions... restrictions) Check if an record contains a key or if that key’s value is null.Is column of record "operator
" thanvalue
?Is column of record "equal" thanvalue
?ColumnRestriction.exists()
Check if an record contains a key or if that key’s value is null.Is column of record "greater" thanvalue
?ColumnRestriction.greaterOrEqual
(Object value) Is column of record "greater or equal" thanvalue
?Is column of record "less" thanvalue
?ColumnRestriction.lessOrEqual
(Object value) Is column of record "less or equal" thanvalue
?static Restrictions
Restrictions.not
(Restrictions restrictions) Is column of record "not equal" thanvalue
?static Restrictions
Restrictions.or
(Restrictions... restrictions) Modifier and TypeMethodDescriptionstatic Restrictions
Restrictions.and
(Restrictions... restrictions) static Restrictions
Restrictions.not
(Restrictions restrictions) static Restrictions
Restrictions.or
(Restrictions... restrictions)