Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void Value::setDataType(const LogicalType& dataType_) {
80
DASSERT(allowTypeChange());
81
dataType = dataType_.copy();
82
}
83
84
const LogicalType& Value::getDataType() const {
85
return dataType;
Callers
4
mapCopyTo
Method · 0.45
cast
Method · 0.45
cast
Method · 0.45
createRecursiveQueryRel
Method · 0.45
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected