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

Function garrow_table_get_raw

c_glib/arrow-glib/table.cpp:944–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944std::shared_ptr<arrow::Table>
945garrow_table_get_raw(GArrowTable *table)
946{
947 auto priv = GARROW_TABLE_GET_PRIVATE(table);
948 return priv->table;
949}
950
951arrow::ipc::feather::WriteProperties *
952garrow_feather_write_properties_get_raw(GArrowFeatherWriteProperties *properties)

Calls

no outgoing calls

Tested by

no test coverage detected