MCPcopy 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_widthFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected