You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds new functions and UDFs to enable the query of codings that either subsume or are subsumed by an input coding. This differs from the current subsumes / subsumedBy functions in that it returns a collection (or array in the case of the UDFs) of codings, rather than testing a coding and returning a boolean value.
These functions are:
ancestorsAndSelf
ancestors
descendants
descendantsAndSelf
The text was updated successfully, but these errors were encountered:
This change adds new functions and UDFs to enable the query of codings that either subsume or are subsumed by an input coding. This differs from the current
subsumes
/subsumedBy
functions in that it returns a collection (or array in the case of the UDFs) of codings, rather than testing a coding and returning a boolean value.These functions are:
ancestorsAndSelf
ancestors
descendants
descendantsAndSelf
The text was updated successfully, but these errors were encountered: