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

Method ToString

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

Source from the content-addressed store, hash-verified

1340 explicit MyDevice(int64_t value) : Device(true), value_(value) {}
1341 const char* type_name() const override { return kMyDeviceTypeName; }
1342 std::string ToString() const override { return kMyDeviceTypeName; }
1343 bool Equals(const Device& other) const override {
1344 if (other.type_name() != kMyDeviceTypeName || other.device_type() != device_type()) {
1345 return false;

Callers 3

TestWithArrayFactoryMethod · 0.45
TEST_FFunction · 0.45
TestWithArrayFactoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected