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. |
And | The |
False | The |
IsEqual | The |
IsGreater | The |
IsGreaterOrEqual | The |
IsLess | The |
IsLessOrEqual | The |
IsLike | The |
Not | The |
Or | The |
Property | The base class of filters that filter elements in a set by matching the value of a given property against a criteria/condition. |
Tree | The base class of filters that combine other filters. |
True | 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.<<code>pentaho.data.filter.Abstract > | 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 |