|
|
static constexpr const char * | Name = "contains" |
| |
|
static constexpr const char * | Parameters = "string::VARCHAR,search_string::VARCHAR\001list::ANY[],element::ANY\001map::MAP(ANY,ANY),key::ANY" |
| |
|
static constexpr const char * | Description = "Returns `true` if `search_string` is found within `string`.\001Returns `true` if the `list` contains the `element`.\001Checks if a `map` contains a given `key`." |
| |
|
static constexpr const char * | Example = "contains('abc', 'a')\001contains([1, 2, NULL], 1)\001contains(MAP {'key1': 10, 'key2': 20, 'key3': 30}, 'key2')" |
| |
|
static constexpr const char * | Categories = "string\001list\001map" |
| |
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp