return tookNanos == other.tookNanos && Arrays.equals(cursor,other.cursor); | return tookNanos == other.tookNanos && Objects.equals(cursor,other.cursor); | tookNanos == other.tookNanos && Arrays.equals(cursor,other.cursor) | tookNanos == other.tookNanos && Objects.equals(cursor,other.cursor) | elasticsearch | 773cdf0f9f8166e1609ca9fd64a866f39384652d | org.elasticsearch.xpack.sql.protocol.shared.AbstractQueryResponse | | | v0 | tookNanos == other.tookNanos |
---|
| | v0 | tookNanos == other.tookNanos |
---|
| Returns | True |