filter
pentaho.type.filter
The filter
namespace contains types for expressing intensional filters of complex values or lists thereof.
Source: doc-js/pentaho/type/filter/_namespace.jsdoc, line 17
Child Namespaces
Name | Summary |
---|---|
spec | The |
Classes
Name | Summary |
---|---|
Abstract | The base class of filter types. |
And | The |
False | The |
IsEqual | 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/type/filter/KnownFilterKind.js, line 29 See also: pentaho.type.filter.Abstract#kind |
Type Definitions
FTransformer(filter, filterOperands) : !Array.< | pentaho.type.filter.Abstract | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Function that is called for each filter in a filter tree during a Source: doc-js/pentaho/type/filter/FTransformer.jsdoc, line 17
See also: pentaho.type.filter.Abstract#visit , pentaho.type.filter.Tree#visit |