StringValue.
join
Joins a list of strings together using the calling string as a separator
Examples
>>> import ibis >>> sep = ibis.literal(',') >>> result = sep.join(['a', 'b', 'c'])