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