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

Function num_values

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

\brief A convenience for the number of values / arguments.

Source from the content-addressed store, hash-verified

243
244 /// \brief A convenience for the number of values / arguments.
245 int num_values() const { return static_cast<int>(values.size()); }
246
247 ExecBatch Slice(int64_t offset, int64_t length) const;
248

Callers 1

EqualsMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected