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

Method length

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

Source from the content-addressed store, hash-verified

293 ExecValue& operator=(ExecValue&& other) = default;
294
295 int64_t length() const { return this->is_array() ? this->array.length : 1; }
296
297 bool is_array() const { return this->scalar == NULLPTR; }
298 bool is_scalar() const { return !this->is_array(); }

Callers

nothing calls this directly

Calls 1

is_arrayMethod · 0.95

Tested by

no test coverage detected