Uses of Class
com.influxdb.query.dsl.functions.restriction.Restrictions
Packages that use Restrictions
Package
Description
-
Uses of Restrictions in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl with parameters of type RestrictionsModifier and TypeMethodDescriptionfinal FilterFlux
Flux.filter
(Restrictions restrictions) Returns the first result of the query. -
Uses of Restrictions in com.influxdb.query.dsl.functions
Methods in com.influxdb.query.dsl.functions with parameters of type Restrictions -
Uses of Restrictions in com.influxdb.query.dsl.functions.restriction
Methods in com.influxdb.query.dsl.functions.restriction that return RestrictionsModifier 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) Methods in com.influxdb.query.dsl.functions.restriction with parameters of type RestrictionsModifier and TypeMethodDescriptionstatic Restrictions
Restrictions.and
(Restrictions... restrictions) static Restrictions
Restrictions.not
(Restrictions restrictions) static Restrictions
Restrictions.or
(Restrictions... restrictions)