|
|
template<> |
| DUCKDB_API string | Operation (bool input) |
| |
|
template<> |
| DUCKDB_API string | Operation (int8_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (int16_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (int32_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (int64_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (uint8_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (uint16_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (uint32_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (uint64_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (hugeint_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (uhugeint_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (float input) |
| |
|
template<> |
| DUCKDB_API string | Operation (double input) |
| |
|
template<> |
| DUCKDB_API string | Operation (interval_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (date_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (dtime_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (timestamp_t input) |
| |
|
template<> |
| DUCKDB_API string | Operation (string_t input) |
| |
◆ Operation()
| static string duckdb::ConvertToString::Operation |
( |
SRC |
input | ) |
|
|
inlinestatic |
30884 {
30885 throw InternalException("Unrecognized type for ConvertToString %s", GetTypeId<SRC>());
30886 }
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp