Uses of Class
org.hpccsystems.commons.ecl.FieldFilter
-
Packages that use FieldFilter Package Description org.hpccsystems.commons.ecl Provides basic HPCC Systems ECL language construct support. -
-
Uses of FieldFilter in org.hpccsystems.commons.ecl
Methods in org.hpccsystems.commons.ecl that return FieldFilter Modifier and Type Method Description FieldFilterFieldFilter. appendFilterRange(FieldFilterRange range)Appends a filter clause to the current filter Applied to current target field Each clause if OR'ed.FieldFilterFileFilter. getFieldFilter(int i)Fetches the ith filter clause in this filefilter.Methods in org.hpccsystems.commons.ecl with parameters of type FieldFilter Modifier and Type Method Description FileFilterFileFilter. andFilter(FieldFilter fieldfilter)The fieldfilter(s) expression is ANDed to this filefilter expression.FileFilterFileFilter. orFilter(FieldFilter fieldfilter)The fieldfilter expression is ORed to this filefilter expression (must target the same field).Constructors in org.hpccsystems.commons.ecl with parameters of type FieldFilter Constructor Description FileFilter(FieldFilter filter)Creates a FileFilter based on the provided fieldfilter.
-