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

Function RunEndEncode

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

Source from the content-addressed store, hash-verified

376}
377
378Result<Datum> RunEndEncode(const Datum& value, const RunEndEncodeOptions& options,
379 ExecContext* ctx) {
380 return CallFunction("run_end_encode", {value}, &options, ctx);
381}
382
383Result<Datum> RunEndDecode(const Datum& value, ExecContext* ctx) {
384 return CallFunction("run_end_decode", {value}, ctx);

Callers 1

Calls 1

CallFunctionFunction · 0.85

Tested by

no test coverage detected