php-cypher-dsl icon indicating copy to clipboard operation
php-cypher-dsl copied to clipboard

Add the list concatenation operator expression

Open marijnvanwezel opened this issue 3 years ago • 0 comments

Currently, list concatenation is not supported by the type system. That is because Addition only accepts NumeralType. We need to add support for list concatenation by adding a new expression (ListConcatenation), that takes two lists.

marijnvanwezel avatar Jul 05 '22 14:07 marijnvanwezel