type ApplyCommandResult = (Option<Mutation>, HashSet<TableId>, Option<StreamJobActorsToCreate>, HashMap<WorkerId, HashSet<ActorId>>, PostCollectCommand);Expand description
Result tuple of apply_command: mutation, table IDs to commit, actors to create,
node actors, and post-collect command.