|
|
template<> |
| DUCKDB_API bool | Operation (string_t input, int16_t &result, CastParameters ¶meters, uint8_t width, uint8_t scale) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, int32_t &result, CastParameters ¶meters, uint8_t width, uint8_t scale) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, int64_t &result, CastParameters ¶meters, uint8_t width, uint8_t scale) |
| |
|
template<> |
| DUCKDB_API bool | Operation (string_t input, hugeint_t &result, CastParameters ¶meters, uint8_t width, uint8_t scale) |
| |
◆ Operation()
54628 {
54629 throw NotImplementedException("Unimplemented type for TryCastToDecimal!");
54630 }
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp