We would like to be able to evaluate functions, such as ~~~ MATCH (n) RETURN labels(n) ~~~ Currently we only support aggregate functions, such as ~~~ MATCH (n) RETURN count(n) ~~~