data
pentaho.data
The data
namespace contains the types of the Pentaho Data API.
Overview
The Pentaho Data API contains, at its core, a data table abstraction that allows JavaScript APIs, components and applications to consume and exchange tabular data in a common way.
The data table abstraction is the ITable
interface and the data table class, Table
, provides a basic implementation of it.
Additionally, the data
namespace contains the Pentaho Filter API (see pentaho.data.filter
).
Source: doc-js/pentaho/data/_namespace.jsdoc, line 16
Child Namespaces
Name | Summary |
---|---|
filter | The |
Classes
Name | Summary |
---|---|
Table | The |
Interfaces
Name | Summary |
---|---|
ITable | The |