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