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

Function DictionaryEncode

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

Source from the content-addressed store, hash-verified

371}
372
373Result<Datum> DictionaryEncode(const Datum& value, const DictionaryEncodeOptions& options,
374 ExecContext* ctx) {
375 return CallFunction("dictionary_encode", {value}, &options, ctx);
376}
377
378Result<Datum> RunEndEncode(const Datum& value, const RunEndEncodeOptions& options,
379 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