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.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
3
|
|
|
|
|
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.