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

Function garrow_feather_write_properties_get_raw

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

Source from the content-addressed store, hash-verified

949}
950
951arrow::ipc::feather::WriteProperties *
952garrow_feather_write_properties_get_raw(GArrowFeatherWriteProperties *properties)
953{
954 auto priv = GARROW_FEATHER_WRITE_PROPERTIES_GET_PRIVATE(properties);
955 return &(priv->properties);
956}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected