MCPcopy Create free account
hub / github.com/duckdb/duckdb / LogicalTypeIdToString

Function LogicalTypeIdToString

src/common/types.cpp:175–177  ·  view source on GitHub ↗

DEPRECATED**: Use EnumUtil directly instead.

Source from the content-addressed store, hash-verified

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

Callers 15

AddValueToVectorMethod · 0.85
FlushMethod · 0.85
CastErrorMethod · 0.85
GetFieldIDsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected