Description
The echo Streaming Expression takes a text string as an argument and emits a single tuple that "echos" the text string.
This will allow constructs that "echo" text to various decorators such as select, cartesianProduct, update and classify.
Sample syntax:
select(echo("hello world"), analyze(echo, analyzerField) as out)