◆ Operation()
32160 {
32161 D_ASSERT(input.GetSize() > 1);
32162
32163
32164
32165 if (input.GetSize() - 1 > sizeof(DST)) {
32166 throw ConversionException(parameters.query_location, "Bitstring doesn't fit inside of %s",
32167 GetTypeId<DST>());
32168 }
32170 return (true);
32171 }
static void BitToNumeric(bitstring_t bit, T &output_num)
bit is expected to fit inside of output num (bit size <= sizeof(T) + 1)
Definition duckdb.cpp:31142
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp