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

Method getData

cpp/src/arrow/adapters/orc/adapter_test.cc:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 const std::string& getName() const override { return name_; }
76
77 const char* getData() const { return data_.data(); }
78
79 void close() override {}
80

Callers 1

TESTFunction · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected