Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetValue
Method · 0.70
WriteValue
Method · 0.50
WriteValueSegment
Method · 0.50
WriteNull
Method · 0.50
WriteNullSegment
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected