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

Method data

cpp/src/arrow/scalar.h:561–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559 : internal::PrimitiveScalarBase(std::move(type), true), value(value) {}
560
561 const void* data() const override {
562 return reinterpret_cast<const void*>(value.native_endian_bytes());
563 }
564
565 std::string_view view() const override {
566 return std::string_view(reinterpret_cast<const char*>(value.native_endian_bytes()),

Callers 15

TESTFunction · 0.45
TEST_FFunction · 0.45
dataFunction · 0.45
VisitMethod · 0.45
ConvertColumnsToTensorFunction · 0.45
VisitMethod · 0.45
ArrayRangeEqualsFunction · 0.45
IntegerTensorEqualsFunction · 0.45
CompareMethod · 0.45
ReadNextMethod · 0.45
hashMethod · 0.45

Calls 1

native_endian_bytesMethod · 0.80

Tested by 15

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TYPED_TEST_PFunction · 0.36
TestHashingMethod · 0.36
TEST_FFunction · 0.36
DeserializeMethod · 0.36
DeserializeMethod · 0.36
ExampleParametricFunction · 0.36
ExampleStructFunction · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36