filter
pentaho.data. filter
The filter
namespace constitutes the Pentaho Filter API and contains types for expressing intensional data filters.
The standard filter types are:
Source: doc-js/pentaho/data/filter/_namespace.jsdoc, line 20
Child Namespaces
Name | Summary |
---|---|
spec | The |
Classes
Name | Summary |
---|---|
Abstract | The base class of filter types. |
AbstractType | The base type class of filter types. |
And | The |
AndType | The type class of the |
False | The |
FalseType | The type class of the |
IsEqual | The |
IsEqualType | The type class of the equality filter type. |
IsGreater | The |
IsGreaterOrEqual | The |
IsGreaterOrEqualType | The type class of the greater or equal than filter type. |
IsGreaterType | The type class of the strict greater than filter type. |
IsLess | The |
IsLessOrEqual | The |
IsLessOrEqualType | The type class of the less or equal than filter type. |
IsLessType | The type class of the strict less than filter type. |
IsLike | The |
IsLikeType | The type class of the is-like filter type. |
Not | The |
NotType | The type class of the |
Or | The |
OrType | The type class of |
Property | The base class of filters that filter elements in a set by matching the value of a given property against a criteria/condition. |
PropertyType | The base type class of filter types. |
Tree | The base class of filters that combine other filters. |
TreeType | The base type class of |
True | The |
TrueType | The type class of the |
Members
Name | Description |
---|---|
KnownFilterKind : | The |
Members Details
KnownFilterKind: | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The
Source: javascript/web/pentaho/data/filter/KnownFilterKind.js, line 29 See also: pentaho.data.filter.Abstract#kind |
Type Definitions
FTransformer(filter, filterOperands) : !Array.< | pentaho.data.filter.Abstract | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Function that is called for each filter in a filter tree during a Source: doc-js/pentaho/data/filter/FTransformer.jsdoc, line 17
See also: pentaho.data.filter.Abstract#visit , pentaho.data.filter.Tree#visit |