Uses of Class
org.hpccsystems.commons.ecl.FieldFilterRange.Bound
-
Packages that use FieldFilterRange.Bound Package Description org.hpccsystems.commons.ecl Provides basic HPCC Systems ECL language construct support. -
-
Uses of FieldFilterRange.Bound in org.hpccsystems.commons.ecl
Methods in org.hpccsystems.commons.ecl that return FieldFilterRange.Bound Modifier and Type Method Description FieldFilterRange.BoundFieldFilterRange. getBound()static FieldFilterRange.BoundFieldFilterRange.Bound. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldFilterRange.Bound[]FieldFilterRange.Bound. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hpccsystems.commons.ecl with parameters of type FieldFilterRange.Bound Constructor Description FieldFilterRange(String v, FieldFilterRange.Bound rangeBound, boolean leftRangeOpen, boolean rightRangeOpen, boolean donotquote)Use for single value ranges.FieldFilterRange(String v, FieldFilterRange.Bound rangeBound, boolean leftRangeOpen, boolean rightRangeOpen, boolean donotquote, short prefixMatchLength)Use for single value ranges.
-