Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ PrimitiveArray
Function
PrimitiveArray
cpp/src/arrow/array/array_base.h:295–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
int64_t null_count = kUnknownNullCount, int64_t offset = 0);
294
295
PrimitiveArray() : raw_values_(NULLPTR) {}
296
297
void SetData(const std::shared_ptr<ArrayData>& data) {
298
this->Array::SetData(data);
Callers
1
array_base.h
File · 0.70
Calls
1
SetData
Function · 0.70
Tested by
no test coverage detected