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

Function RunEndEncode

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

CallFunctionFunction · 0.85

Tested by

no test coverage detected