DEPRECATED**: Use EnumUtil directly instead.
| 173 | |
| 174 | // **DEPRECATED**: Use EnumUtil directly instead. |
| 175 | string LogicalTypeIdToString(LogicalTypeId type) { |
| 176 | return EnumUtil::ToString(type); |
| 177 | } |
| 178 | |
| 179 | constexpr const LogicalTypeId LogicalType::INVALID; |
| 180 | constexpr const LogicalTypeId LogicalType::SQLNULL; |
no outgoing calls
no test coverage detected