Skip to main content

%DeepSee.CubeFunctionSet

abstract class %DeepSee.CubeFunctionSet

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.

Method Inventory

Methods

classmethod Log(pValue As %Double) as %Double
Return the base-10 logarithm of pValue.
classmethod ToLower(pValue As %String) as %String
Convert pValue to lower case.
classmethod ToUpper(pValue As %String) as %String
Convert pValue to UPPER case.
FeedbackOpens in a new tab