Skip to main content

Pentaho+ documentation is moving!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

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 filter namespace constitutes the Pentaho Filter API and contains types for expressing intensional data filters.

util

The util namespace contains functions for common tasks around dealing with data.

Classes

Name Summary
Table

The Table class implements the ITable interface.

Interfaces

Name Summary
ICell

The ICell interface describes a data cell.

ITable

The ITable interface exposes the data and metadata of a tabular dataset.