return queryExceptions.build().stream().map(QueryException::toQueryFailure).collect(toImmutableList()); | return queryExceptions.stream().map(QueryException::toQueryFailure).collect(toImmutableList()); | queryExceptions.build().stream().map(QueryException::toQueryFailure).collect(toImmutableList()) | queryExceptions.stream().map(QueryException::toQueryFailure).collect(toImmutableList()) | presto | cfe1d3dc79c5f6cf028202cf1a8701c0f49dae1d | com.facebook.presto.verifier.framework.VerificationContext | | _1 | queryExceptions |
---|
_2 | queryExceptions |
---|
| TCIVar | queryExceptions |
---|
v0 | toImmutableList() |
---|
| | TCIVar | queryExceptions |
---|
v0 | toImmutableList() |
---|
| Uses | True |