|
|
template<> |
| DUCKDB_API bool | Operation (string_t input, float &result, CastParameters ¶meters) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, double &result, CastParameters ¶meters) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, date_t &result, CastParameters ¶meters) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, dtime_t &result, CastParameters ¶meters) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, dtime_ns_t &result, CastParameters ¶meters) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, dtime_tz_t &result, CastParameters ¶meters) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, timestamp_t &result, CastParameters ¶meters) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, timestamp_tz_t &result, CastParameters ¶meters) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, interval_t &result, CastParameters ¶meters) |
| |
◆ Operation()
31216 {
31217 throw TryCast::UnimplementedErrorMessage(GetTypeId<SRC>(), GetTypeId<DST>(), parameters);
31218 }
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp