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

Function FixedWidth

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

Source from the content-addressed store, hash-verified

106 };
107
108 static BufferSpec FixedWidth(int64_t w) { return BufferSpec{FIXED_WIDTH, w}; }
109 static BufferSpec VariableWidth() { return BufferSpec{VARIABLE_WIDTH, -1}; }
110 static BufferSpec Bitmap() { return BufferSpec{BITMAP, -1}; }
111 static BufferSpec AlwaysNull() { return BufferSpec{ALWAYS_NULL, -1}; }

Callers 3

layoutMethod · 0.85
layoutMethod · 0.85
layoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected