-
Notifications
You must be signed in to change notification settings - Fork 77
Closed as not planned
Labels
C APIIssue is about the C APIIssue is about the C APIenhancementNew feature or requestNew feature or requestfutureIssues that are closed as they are not planned in the medium-term, but which are still desirable.Issues that are closed as they are not planned in the medium-term, but which are still desirable.
Description
A useful extension to the keep_rows
functions added in #2700 would be a way to remap all the node ID values in a TableCollection using a given id_map (i.e., the mapping array returned by node_table_keep_rows
). The API would look something like
int
tsk_table_collection_remap_nodes(tsk_table_collection_t *self, const tsk_id_map_t *id_map,
tsk_size_t id_map_length, tsk_flags_t options)
{
int ret = 0;
ret = remap_id_column(self->edges->child, self->edges->num_rows, id_map, id_map_length);
// etc
}
Metadata
Metadata
Assignees
Labels
C APIIssue is about the C APIIssue is about the C APIenhancementNew feature or requestNew feature or requestfutureIssues that are closed as they are not planned in the medium-term, but which are still desirable.Issues that are closed as they are not planned in the medium-term, but which are still desirable.
Type
Projects
Status
Bigger things