pathling icon indicating copy to clipboard operation
pathling copied to clipboard

Subsumption expansion functions

Open johngrimes opened this issue 2 years ago • 0 comments
trafficstars

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

johngrimes avatar Feb 26 '23 10:02 johngrimes