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

Function VariableWidth

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

Source from the content-addressed store, hash-verified

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}; }
112

Callers 1

layoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected