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 FilterFluxFlux.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 RestrictionsRestrictions.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 RestrictionsRestrictions.not(Restrictions restrictions) Is column of record "not equal" thanvalue?static RestrictionsRestrictions.or(Restrictions... restrictions) Methods in com.influxdb.query.dsl.functions.restriction with parameters of type RestrictionsModifier and TypeMethodDescriptionstatic RestrictionsRestrictions.and(Restrictions... restrictions) static RestrictionsRestrictions.not(Restrictions restrictions) static RestrictionsRestrictions.or(Restrictions... restrictions)