MCPcopy 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
147bool UnwrapUuid(const DataType& t) {
148 if (UuidType::GetIf(t)) {
149 return true;
150 }
151 return false;
152}
153
154std::optional<int32_t> UnwrapFixedChar(const DataType& t) {
155 if (auto params = FixedCharType::GetIf(t)) {

Callers 2

VisitFunction · 0.85
VisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected