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

Function DictionaryEncode

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

Source from the content-addressed store, hash-verified

374}
375
376Result<Datum> DictionaryEncode(const Datum& value, const DictionaryEncodeOptions& options,
377 ExecContext* ctx) {
378 return CallFunction("dictionary_encode", {value}, &options, ctx);
379}
380
381Result<Datum> RunEndEncode(const Datum& value, const RunEndEncodeOptions& options,
382 ExecContext* ctx) {

Callers 7

CastToDictionaryFunction · 0.85
TEST_FFunction · 0.85
BuildDictionaryFunction · 0.85
BuildStringDictionaryFunction · 0.85
BenchDictionaryEncodeFunction · 0.85

Calls 1

CallFunctionFunction · 0.85

Tested by 1

TEST_FFunction · 0.68