Skip to main content

%DeepSee.CubeFunctionSet

Class %DeepSee.CubeFunctionSet [ Abstract, System = 3 ]

This class contains the set of functions that can be used within a DeepSee cube definition. These functions are used when tranforming values from a source table into a DeepSee cube.
This is used as an additional super class for cube fact classes.

Methods

Log

ClassMethod Log(pValue As %Double) As %Double [ CodeMode = expression ]

Return the base-10 logarithm of pValue.

ToUpper

ClassMethod ToUpper(pValue As %String) As %String [ CodeMode = expression ]

Convert pValue to UPPER case.

ToLower

ClassMethod ToLower(pValue As %String) As %String [ CodeMode = expression ]

Convert pValue to lower case.