| 713 | } |
| 714 | |
| 715 | std::shared_ptr<arrow::io::OutputStream> |
| 716 | garrow_output_stream_get_raw(GArrowOutputStream *output_stream) |
| 717 | { |
| 718 | auto priv = GARROW_OUTPUT_STREAM_GET_PRIVATE(output_stream); |
| 719 | return priv->output_stream; |
| 720 | } |
| 721 | |
| 722 | GArrowFileOutputStream * |
| 723 | garrow_file_output_stream_new_raw( |
no outgoing calls
no test coverage detected