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