Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ bit_width
Method
bit_width
cpp/src/arrow/type.h:560–560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
558
CTypeImpl() : BASE(TYPE_ID) {}
559
560
int bit_width() const override { return static_cast<int>(sizeof(C_TYPE) * CHAR_BIT); }
561
562
DataTypeLayout layout() const override {
563
return DataTypeLayout(
Callers
1
byte_width
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected