Skip to main content

Pentaho+ documentation has moved!

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

 

Hitachi Vantara Lumada and Pentaho Documentation

IMicColumn

IMicColumn

The spec.IMicColumn interface describes a MIC column's structured specification.

This interface is used to form a pentaho.data.spec.IMicTable specification.

Properties:
Name Default Value Description
attr : string

The name of an attribute playing the "crossed-measure" role.

When there is a single measure attribute, the default value is its name.

The specification is invalid when the attribute is not specified and there is more than one measure attribute.

c : Array.<pentaho.data.spec.Cell>

An array of cell specifications.

These cells form a tuple that identifies the column's entity set. Its structure must be that of the attributes playing the "crossed-column" role, as specified in the table's layout, pentaho.data.spec.ICrossedStructure#cols.

Source: doc-js/pentaho/data/spec/IMicColumn.jsdoc, line 26

See also: pentaho.data.spec.MicColumn