Documentation ¶ Index ¶ func StrJoin(sep string) func([]*string) *string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func StrJoin ¶ func StrJoin(sep string) func([]*string) *string StrJoin creates a function that joins a slice of strings into a single string using the provided separator. It is provided as an example and can be used in aggregations on string and enum columns. Types ¶ This section is empty. Source Files ¶ View all Source files strings.go Click to show internal directories. Click to hide internal directories.