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

Method SetArray

cpp/src/arrow/compute/exec.h:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 bool is_scalar() const { return !this->is_array(); }
299
300 void SetArray(const ArrayData& array) {
301 this->array.SetMembers(array);
302 this->scalar = NULLPTR;
303 }
304
305 void SetScalar(const Scalar* scalar) { this->scalar = scalar; }
306

Callers 6

ExecSpanFunction · 0.45
GetNextChunkSpanMethod · 0.45
NextMethod · 0.45
GetMethod · 0.45
GetExecValueFunction · 0.45
VisitMethod · 0.45

Calls 1

SetMembersMethod · 0.80

Tested by

no test coverage detected