|
|
static constexpr const char * | Name = "||" |
| |
|
static constexpr const char * | Parameters = "arg1,arg2" |
| |
|
static constexpr const char * | Description = "Concatenates two strings, lists, or blobs. Any `NULL` input results in `NULL`. See also `concat(arg1, arg2, ...)` and `list_concat(list1, list2, ...)`." |
| |
|
static constexpr const char * | Example = "'Duck' || 'DB'\002[1, 2, 3] || [4, 5, 6]\002'\\xAA'::BLOB || '\\xBB'::BLOB" |
| |
|
static constexpr const char * | Categories = "string,list,blob" |
| |
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp