class %DeepSee.Query.axis
extends group
This class defines an axis within a DeepSee query.
property nonEmpty
as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
If true, then empty tuples (e.g. complete rows or columns) are removed
from the results of the query.
This is equivalent to the MDX "NON EMPTY" key word.
relationship query
as %DeepSee.Query.query(XMLPROJECTION="none") [ Inverse = axes,Cardinality = one ];
Query that this axis belongs to.
property subqueries
as list of %DeepSee.ResultSet(XMLPROJECTION="NONE");
Collection of subqueries associated with this axis.
method %ToString(Output pSC As %Status)
as %String
Convert this node to its text representation.