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

Method GetValue

cpp/src/arrow/array/builder_binary.cc:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189const uint8_t* FixedSizeBinaryBuilder::GetValue(int64_t i) const {
190 const uint8_t* data_ptr = byte_builder_.data();
191 return data_ptr + i * byte_width_;
192}
193
194std::string_view FixedSizeBinaryBuilder::GetView(int64_t i) const {
195 const uint8_t* data_ptr = byte_builder_.data();

Calls 1

dataMethod · 0.45

Tested by 8

TESTFunction · 0.36
TEST_FFunction · 0.36
VerifyValueMethod · 0.36
VerifyValueMethod · 0.36
CheckArrayMethod · 0.36
TYPED_TESTFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
VerifyMethod · 0.36