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

Function Make

cpp/src/arrow/extension/uuid.h:55–55  ·  view source on GitHub ↗

\brief Create a UuidType instance

Source from the content-addressed store, hash-verified

53
54 /// \brief Create a UuidType instance
55 static Result<std::shared_ptr<DataType>> Make() { return std::make_shared<UuidType>(); }
56
57 static bool IsSupportedStorageType(const std::shared_ptr<DataType>& storage_type);
58};

Callers 15

DeserializeMethod · 0.70
MakeTensorMethod · 0.70
variable_shape_tensorFunction · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
DeserializeMethod · 0.70
jsonFunction · 0.70
TEST_FFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.70
MakeTensorMethod · 0.70
ToTensorMethod · 0.70

Calls

no outgoing calls

Tested by 12

TEST_FFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.56
ASSERT_OK_AND_ASSIGNFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.40
test_with_registriesFunction · 0.40
GetInputTableFunction · 0.40
GetOutputTableFunction · 0.40