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

Function layout

cpp/src/arrow/type.h:593–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591 std::string ToString(bool show_metadata = false) const override;
592
593 DataTypeLayout layout() const override {
594 return DataTypeLayout({DataTypeLayout::AlwaysNull()});
595 }
596
597 std::string name() const override { return "null"; }
598

Callers

nothing calls this directly

Calls 7

DataTypeLayoutFunction · 0.85
AlwaysNullFunction · 0.85
FixedWidthFunction · 0.85
VariableWidthFunction · 0.85
BitmapFunction · 0.70
byte_widthFunction · 0.70
bit_widthFunction · 0.70

Tested by

no test coverage detected