Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfSelectAggrInstances (aggrId               : AGGREGATE OF GENERIC;
                                 condition            : STRING;  
                                 options              : INTEGER; 
                                 firstIndex, maxHits  : INTEGER;
                                 VAR indexOfLastFound : INTEGER; 
                                 VAR actualHits       : INTEGER) 
                                 resultAggrId         : SET OF GENERIC;
                

The xpfSelectAggrInstances function returns a list containing the indexes of all the instances within an aggregate that matches a given Express-X logical expression.
This function is equivalent to the EDMinterface function edmiSelectAggrInstances.
See also xpxSelectAggrInstances.

Arguments

...

TypeNameComment
 AGGREGATE OF GENERICaggrIdcomments
STRINGcondition 
INTEGERoptions 
INTEGERfirstIndex 
INTEGERmaxHits 
INTEGERindexOfLastFound 
INTEGERactualHits 

Return Value

...

 

TypeNameComment
SET OF GENERICresultAggrIdcomments

Options

...

OptionComment
XPXSOMEOPTIONcomment

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"