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

Function Bitmap

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

Source from the content-addressed store, hash-verified

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
113 /// A vector of buffer layout specifications, one for each expected buffer

Callers 3

layoutMethod · 0.70
layoutFunction · 0.70
BitmapToStringFunction · 0.50

Calls

no outgoing calls

Tested by 1

BitmapToStringFunction · 0.40