* Only support by dimension index. * No need to support by dimension name in transform function, * because transform function is not case-specific, no need to use name literally.
(dataIndex: number, dimIndex: DimensionIndex)
| 146 | * because transform function is not case-specific, no need to use name literally. |
| 147 | */ |
| 148 | retrieveValue(dataIndex: number, dimIndex: DimensionIndex): OptionDataValue { |
| 149 | return; |
| 150 | } |
| 151 | |
| 152 | retrieveValueFromItem(dataItem: DataTransformDataItem, dimIndex: DimensionIndex): OptionDataValue { |
| 153 | return; |
no outgoing calls
no test coverage detected