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