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

Function AlwaysNull

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

Source from the content-addressed store, hash-verified

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
114 std::vector<BufferSpec> buffers;

Callers 2

layoutMethod · 0.85
layoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected