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