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

Method layout

cpp/src/arrow/type.h:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 int bit_width() const override { return static_cast<int>(sizeof(C_TYPE) * CHAR_BIT); }
561
562 DataTypeLayout layout() const override {
563 return DataTypeLayout(
564 {DataTypeLayout::Bitmap(), DataTypeLayout::FixedWidth(sizeof(C_TYPE))});
565 }
566
567 std::string name() const override { return DERIVED::type_name(); }
568

Callers

nothing calls this directly

Calls 3

DataTypeLayoutFunction · 0.85
FixedWidthFunction · 0.85
BitmapFunction · 0.70

Tested by

no test coverage detected