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

Function garrow_output_stream_get_raw

c_glib/arrow-glib/output-stream.cpp:715–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715std::shared_ptr<arrow::io::OutputStream>
716garrow_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
722GArrowFileOutputStream *
723garrow_file_output_stream_new_raw(

Calls

no outgoing calls

Tested by

no test coverage detected