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

Method setDataType

src/common/types/value/value.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void Value::setDataType(const LogicalType& dataType_) {
80 DASSERT(allowTypeChange());
81 dataType = dataType_.copy();
82}
83
84const LogicalType& Value::getDataType() const {
85 return dataType;

Callers 4

mapCopyToMethod · 0.45
castMethod · 0.45
castMethod · 0.45

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected