|
|
template<> |
| DUCKDB_API bool | Operation (bool input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (bool input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int8_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int16_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int32_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (int64_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (hugeint_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uhugeint_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint8_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint16_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint32_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (uint64_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (float input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (double input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, bool &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, int8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, int16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, int32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, int64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, uint8_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, uint16_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, uint32_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, uint64_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, hugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, uhugeint_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, float &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, double &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (date_t input, date_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (date_t input, timestamp_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (dtime_t input, dtime_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (dtime_t input, dtime_tz_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (dtime_t input, dtime_ns_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (dtime_ns_t input, dtime_ns_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (dtime_ns_t input, dtime_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (dtime_tz_t input, dtime_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (dtime_tz_t input, dtime_tz_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_t input, date_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_t input, dtime_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_t input, dtime_tz_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_t input, timestamp_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_sec_t input, timestamp_sec_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_t input, timestamp_sec_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_ms_t input, timestamp_ms_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_t input, timestamp_ms_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_ns_t input, timestamp_ns_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_t input, timestamp_ns_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_tz_t input, timestamp_tz_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (timestamp_t input, timestamp_tz_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (interval_t input, interval_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, date_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, dtime_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, dtime_ns_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, dtime_tz_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, timestamp_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, timestamp_tz_t &result, bool strict) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, timestamp_ns_t &result, bool strict) |
| |