| 1208 | } |
| 1209 | |
| 1210 | std::shared_ptr<arrow::io::InputStream> |
| 1211 | garrow_input_stream_get_raw(GArrowInputStream *input_stream) |
| 1212 | { |
| 1213 | auto priv = GARROW_INPUT_STREAM_GET_PRIVATE(input_stream); |
| 1214 | return priv->input_stream; |
| 1215 | } |
| 1216 | |
| 1217 | GArrowSeekableInputStream * |
| 1218 | garrow_seekable_input_stream_new_raw( |
no outgoing calls
no test coverage detected