Commits


Sutou Kouhei authored and GitHub committed cead3dd3f02
GH-37429: [C++] Add arrow::ipc::StreamDecoder::Reset() (#37970) ### Rationale for this change We can reuse the same StreamDecoder to read multiple streams with this. ### What changes are included in this PR? Add StreamDecoder::Reset(). ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #37429 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>