-
getAggregation() → {string|undefined}
-
Get the aggregation type used to create this data value, if any
- Source:
Returns:
the aggregation type used for this data value
-
Type
-
string
|
undefined
-
getIndices() → {Array}
-
Get the indices in axis order of the location of this data cell within the cube data body
- Source:
Returns:
an array of numeric indices in axis order
-
Type
-
Array
-
getRows() → {Array|null|undefined}
-
Get the attribute/value pairs of the rows that were aggregated to create this data value. The result may be a single row's set of attribute/value pairs if
no aggregation took place
- Source:
Returns:
the array of attribute/value pairs representing rows aggregated to create this data value
-
Type
-
Array
|
null
|
undefined
-
getValue() → {Object|null|number}
-
Get the actual data value in this cell
- Source:
Returns:
the data value
-
Type
-
Object
|
null
|
number