label(labeled: link) -> string
Returns the label of a link.
This is a scalar function (calculates a single output value for a single input row).
filter label(^customer) ~ "external"
Filters all customers whose labels contain the substring "external".