| 384 | } |
| 385 | |
| 386 | Result<Datum> RunEndDecode(const Datum& value, ExecContext* ctx) { |
| 387 | return CallFunction("run_end_decode", {value}, ctx); |
| 388 | } |
| 389 | |
| 390 | const char kValuesFieldName[] = "values"; |
| 391 | const char kCountsFieldName[] = "counts"; |
no test coverage detected