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

Method SetScalar

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

Source from the content-addressed store, hash-verified

303 }
304
305 void SetScalar(const Scalar* scalar) { this->scalar = scalar; }
306
307 template <typename ExactType>
308 const ExactType& scalar_as() const {

Callers 6

ExecSpanFunction · 0.80
NextMethod · 0.80
GetMethod · 0.80
ExecScalarChooseFunction · 0.80
ExecScalarMaskMethod · 0.80
GetExecValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected