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

Method ExecValue

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

Source from the content-addressed store, hash-verified

277 const Scalar* scalar = NULLPTR;
278
279 ExecValue(const Scalar* scalar) // NOLINT implicit conversion
280 : scalar(scalar) {}
281
282 ExecValue(ArraySpan array) // NOLINT implicit conversion
283 : array(std::move(array)) {}

Callers

nothing calls this directly

Calls 1

SetMembersMethod · 0.80

Tested by

no test coverage detected