MCPcopy Create free account
hub / github.com/apache/arrow / garrow_input_stream_get_raw

Function garrow_input_stream_get_raw

c_glib/arrow-glib/input-stream.cpp:1210–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208}
1209
1210std::shared_ptr<arrow::io::InputStream>
1211garrow_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
1217GArrowSeekableInputStream *
1218garrow_seekable_input_stream_new_raw(

Calls

no outgoing calls

Tested by

no test coverage detected