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

Function data

cpp/src/arrow/scalar.h:274–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 const std::shared_ptr<Buffer> value = NULLPTR;
273
274 const void* data() const override {
275 return value ? reinterpret_cast<const void*>(value->data()) : NULLPTR;
276 }
277 std::string_view view() const override {
278 return value ? std::string_view(*value) : std::string_view();
279 }

Callers 2

CopySliceMethod · 0.70
ToHexStringMethod · 0.70

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected