Versions Compared

Key

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

...

Table of Contents
minLevel2

Overview

FunctionDescription
EXISTSDetermines whether an instance of a specified entity exists, optionally meeting certain criteria.
EACHDetermines whether all instances of a specified entity meet a certain criteria. 
ALLCreates a collection of all instances of a specified entity.
COLLECT FROM [WHERE]Creates a collection of entity or attribute instances (meeting certain criteria).
COLLECT FROM NAMED [WHERE]Version of COLLECT FROM [WHERE] for complex nested selections with an alias.
UNPACK
LISTCreates a list based on a value. It is the inverse of the UNPACK function.
SIZEDetermines the size of a collection.
UNIQUE
SUBSET OFReturns TRUE if the items in a collection are all present in another collection.
UNION
INTERSECTIONDetermines the intersection of two collections.
DIFFERENCEReturns a collection containing all the items from collection1 that are not present in collection2.
SYMMETRIC_DIFFERENCE

A note on collections and duplicates. 


Include Page
Collection function EXISTS
Collection function EXISTS

...