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

Function RunEndDecode

cpp/src/arrow/compute/api_vector.cc:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386Result<Datum> RunEndDecode(const Datum& value, ExecContext* ctx) {
387 return CallFunction("run_end_decode", {value}, ctx);
388}
389
390const char kValuesFieldName[] = "values";
391const char kCountsFieldName[] = "counts";

Callers 1

Calls 1

CallFunctionFunction · 0.85

Tested by

no test coverage detected