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

Function garrow_schema_get_raw

c_glib/arrow-glib/schema.cpp:479–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479std::shared_ptr<arrow::Schema>
480garrow_schema_get_raw(GArrowSchema *schema)
481{
482 auto priv = GARROW_SCHEMA_GET_PRIVATE(schema);
483 return priv->schema;
484}

Calls

no outgoing calls

Tested by

no test coverage detected