Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ UnwrapUuid
Function
UnwrapUuid
cpp/src/arrow/engine/substrait/extension_types.cc:147–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool UnwrapUuid(const DataType& t) {
148
if (UuidType::GetIf(t)) {
149
return true;
150
}
151
return false;
152
}
153
154
std::optional<int32_t> UnwrapFixedChar(const DataType& t) {
155
if (auto params = FixedCharType::GetIf(t)) {
Callers
2
Visit
Function · 0.85
Visit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected