%DeepSee.Query.setFunction
class %DeepSee.Query.setFunction extends %DeepSee.Query.function
This class defines a "set" function within a DeepSee query.A set function takes the form: FUNC(a,b,c).
Property Inventory
Method Inventory
- %BuildFunctionMetaData()
- %IsOrderingFunction()
- %NodeToText()
- %PreProcess()
- %ToString()
- AnalyzeORNode()
- LagOrLeadEndpoint()
Parameters
parameter FUNCTIONCLASS = set;
Used to indicate which class of functions this class supports.
Properties
property formatString as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Format string to apply to this member.
Property methods: formatStringDisplayToLogical(), formatStringGet(), formatStringIsValid(), formatStringLogicalToDisplay(), formatStringLogicalToOdbc(), formatStringNormalize(), formatStringSet()
Methods
classmethod %BuildFunctionMetaData() as %Status
Test if function metadata is in the DeepSeeFunctionGLVN global.
If not, put it there.
method %IsOrderingFunction(pFunctionName="") as %Boolean
Test to see whether this is an oredring function that might require special processing
method %NodeToText(pCubeIndex As %String, pKey As %String, pNodeNo As %Integer, Output pText As %String) as %Status
Convert an axis node to a text representation.
This is used for duplicate elimination.
Execute the pre-processing logic for this node.
Convert this node to its text representation.
classmethod AnalyzeORNode(pQueryNode=$$$NULLOREF, ByRef pStructure=0, pDepth=0, pParent=0, pMaxDepth=0) as %Status
Search out the AND/OR depth in a particular node
classmethod LagOrLeadEndpoint(pOldGroup As %DeepSee.Query.group, pCubeIndex As %String, pDirection As %String, Output pNewGroup As %DeepSee.Query.group) as %Status
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetFunctionInfo()
- %GetFunctionSignature()
- %GetMemberProvider()
- %GetParameter()
- %GetType()
- %GetValue()
- %IsA()
- %IsEnabled()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %PrintNode()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %TypeFlagToString()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()