Add the list concatenation operator expression #64
Labels
subject/missing-syntax
Issues related to missing support for Cypher syntax
type/enhancement
New feature or request
Milestone
Currently, list concatenation is not supported by the type system. That is because
Addition
only acceptsNumeralType
. We need to add support for list concatenation by adding a new expression (ListConcatenation
), that takes two lists.The text was updated successfully, but these errors were encountered: