|
Change Return Type QueryCursor<List<?>> to Iterator<List<?>> in method public query(cctx GridCacheContext<?,?>, qry GridCacheTwoStepQuery) : Iterator<List<?>> in class org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor |
From |
To |
|
Change Return Type QueryCursor<List<?>> to Iterable<List<?>> in method public queryTwoStep(space String, qry GridCacheTwoStepQuery) : Iterable<List<?>> in class org.apache.ignite.internal.processors.query.GridQueryProcessor |
From |
To |
|
Change Return Type QueryCursor<List<?>> to Iterable<List<?>> in method public queryTwoStep(cctx GridCacheContext<?,?>, qry GridCacheTwoStepQuery) : Iterable<List<?>> in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Return Type QueryCursor<List<?>> to Iterable<List<?>> in method public queryTwoStep(cctx GridCacheContext<?,?>, qry GridCacheTwoStepQuery) : Iterable<List<?>> in class org.apache.ignite.internal.processors.query.GridQueryIndexing |
From |
To |
|
Change Return Type QueryCursor<List<?>> to Iterator<List<?>> in method private explainPlan(c JdbcConnection, space String, qry GridCacheTwoStepQuery) : Iterator<List<?>> in class org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor |
From |
To |
|
Change Return Type Collection<GridQueryFieldMetadata> to List<GridQueryFieldMetadata> in method public fieldsMeta() : List<GridQueryFieldMetadata> in class org.apache.ignite.internal.processors.cache.QueryCursorImpl |
From |
To |
|
Change Variable Type meta : ArrayList<GridQueryFieldMetadata> to meta : List<GridQueryFieldMetadata> in method private meta(rsMeta ResultSetMetaData) : List<GridQueryFieldMetadata> in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Variable Type meta : Collection<GridQueryFieldMetadata> to meta : List<GridQueryFieldMetadata> in method public queryTwoStep(cctx GridCacheContext<?,?>, qry SqlFieldsQuery) : QueryCursor<List<?>> in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Variable Type iter : Iterator<Cache.Entry<K,V>> to converted : Iterable<Cache.Entry<K,V>> in method public queryTwoStep(cctx GridCacheContext<?,?>, qry SqlQuery) : QueryCursor<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing |
From |
To |
|
Change Variable Type all : ArrayList<T> to all : List<T> in method public getAll() : List<T> in class org.apache.ignite.internal.processors.cache.QueryCursorImpl |
From |
To |