MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getUnsupportedTypeErrMsg

Function getUnsupportedTypeErrMsg

src/main/storage_driver.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static std::string getUnsupportedTypeErrMsg(const LogicalType& type) {
56 return std::format("Unsupported data type {}.", type.toString());
57}
58
59static uint32_t getElementSize(const LogicalType& type) {
60 switch (type.getLogicalTypeID()) {

Callers 1

getElementSizeFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected