MCPcopy Create free account
hub / github.com/apache/arrow / uuid

Function uuid

cpp/src/arrow/extension/uuid.cc:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56std::shared_ptr<DataType> uuid() { return std::make_shared<UuidType>(); }
57
58bool UuidType::IsSupportedStorageType(const std::shared_ptr<DataType>& storage_type) {
59 return storage_type->Equals(*fixed_size_binary(16));

Callers 15

TESTFunction · 0.70
GetTypeMethod · 0.50
CreateGlobalRegistryFunction · 0.50
SetUpMethod · 0.50
TEST_FFunction · 0.50
RunCommandFunction · 0.50
TESTFunction · 0.50
CheckRoundtripFunction · 0.50
RequireExtensionTypesFunction · 0.50
RunClientMethod · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 13

TESTFunction · 0.56
SetUpMethod · 0.40
TEST_FFunction · 0.40
RunCommandFunction · 0.40
TESTFunction · 0.40
CheckRoundtripFunction · 0.40
RunClientMethod · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
MakeUuidFunction · 0.40
ExtensionTypesMixinMethod · 0.40