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

Function byte_width

cpp/src/arrow/array/array_binary.h:299–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 std::string GetString(int64_t i) const { return std::string(GetView(i)); }
298
299 int32_t byte_width() const { return byte_width_; }
300
301 const uint8_t* raw_values() const { return values_; }
302

Callers 5

GetValueMethod · 0.70
WriteValueMethod · 0.50
WriteValueSegmentMethod · 0.50
WriteNullMethod · 0.50
WriteNullSegmentMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected