yes, it is difficult to estimate the time for parallel queries by looking into v$session_longops. However, If the stats are updated for the respective tables / indexes then you can estimate the time by generating the explain plan for the query.

Thanks,