Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
Description
It should be possible to concatenate strings using `plus`. Moreover, since plus is not very SQL-native for concatenating strings we should also have a fluent `.concat` function.
TestSetSpec.forFunction(BuiltInFunctionDefinitions.PLUS) .onFieldsWithData("Beginning", " Ending") .andDataTypes(DataTypes.STRING(), DataTypes.STRING()) .testResult($("f0").plus($("f1")), "concat(f0, f1)", "Beginning Ending" , DataTypes.STRING())
Attachments
Issue Links
- links to