Skip to main content

%DeepSee.Query.tuple

Class %DeepSee.Query.tuple Extends set [ System = 3 ]

This represents a tuple within a query.
A tuple specifies a specific set of facts within the cube.
This corresponds to the (A,B,C) construct in MDX.

Methods

%GetType

Method %GetType() As %String

Return type of this node.

%ToString

Method %ToString(Output pSC As %Status) As %String

Convert this node to its text representation.

%ProcessAxes

Method %ProcessAxes(pCube As %String, pKey As %String, ByRef pNodeNo As %Integer, Output pNewNodeNo As %Integer, pParent As %Integer, pVisible As %Boolean = 1) As %Status [ Internal ]

Process axes for this set.