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

Function garrow_csv_write_options_get_raw

c_glib/arrow-glib/writer.cpp:706–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706arrow::csv::WriteOptions *
707garrow_csv_write_options_get_raw(GArrowCSVWriteOptions *options)
708{
709 auto priv = GARROW_CSV_WRITE_OPTIONS_GET_PRIVATE(options);
710 return &priv->write_options;
711}

Callers 1

garrow_csv_writer_newFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected