implydata / plywood

A toolkit for querying and interacting with Big Data

Home Page:https://plywood.imply.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Reference Concatenation Fails

robertervin opened this issue · comments

A query that does some string manipulation to concatenate 2 or more columns fails since the expression contains many free references.

An example would be something like $column1 ++ 'exampleBaseString' ++ $column2