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

Method SetUp

cpp/src/arrow/scalar_test.cc:2188–2192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2186class TestExtensionScalar : public ::testing::Test {
2187 public:
2188 void SetUp() {
2189 type_ = uuid();
2190 storage_type_ = fixed_size_binary(16);
2191 uuid_type_ = checked_cast<const ExampleUuidType*>(type_.get());
2192 }
2193
2194 protected:
2195 ExtensionScalar MakeUuidScalar(std::string_view value) {

Callers

nothing calls this directly

Calls 3

fixed_size_binaryFunction · 0.85
uuidFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected