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

Method ToString

cpp/src/arrow/c/bridge_test.cc:1320–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1318 explicit MyDevice(int64_t value) : Device(true), value_(value) {}
1319 const char* type_name() const override { return kMyDeviceTypeName; }
1320 std::string ToString() const override { return kMyDeviceTypeName; }
1321 bool Equals(const Device& other) const override {
1322 if (other.type_name() != kMyDeviceTypeName || other.device_type() != device_type()) {
1323 return false;

Callers 2

TestWithArrayFactoryMethod · 0.45
TestWithArrayFactoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected