return Objects.equals(index,other.index) && Objects.equals(queryProvider,other.queryProvider); | return Arrays.equals(index,other.index) && Objects.equals(queryProvider,other.queryProvider); | Objects.equals(index,other.index) && Objects.equals(queryProvider,other.queryProvider) | Arrays.equals(index,other.index) && Objects.equals(queryProvider,other.queryProvider) | elasticsearch | 97051649c2980f9163eea50f3fc16c6928b5e601 | org.elasticsearch.xpack.core.ml.dataframe.DataFrameAnalyticsSource | | | v0 | Objects.equals(queryProvider,other.queryProvider) |
---|
| | v0 | Objects.equals(queryProvider,other.queryProvider) |
---|
| Returns | True |
return Objects.equals(index,other.index) && Objects.equals(queryConfig,other.queryConfig); | return Arrays.equals(index,other.index) && Objects.equals(queryConfig,other.queryConfig); | Objects.equals(index,other.index) && Objects.equals(queryConfig,other.queryConfig) | Arrays.equals(index,other.index) && Objects.equals(queryConfig,other.queryConfig) | elasticsearch | 97051649c2980f9163eea50f3fc16c6928b5e601 | org.elasticsearch.client.ml.dataframe.DataFrameAnalyticsSource | | | v0 | Objects.equals(queryConfig,other.queryConfig) |
---|
| | v0 | Objects.equals(queryConfig,other.queryConfig) |
---|
| Returns | True |