|
Change Variable Type e : Cache.Entry<BinaryObject,BinaryObject> to row : List<?> in method private sqlJoinQuery(cache IgniteCache<BinaryObject,BinaryObject>) : void in class org.apache.ignite.examples.binary.datagrid.CacheClientBinaryQueryExample |
From |
To |
|
Change Variable Type qry : SqlQuery<BinaryObject,BinaryObject> to qry : SqlFieldsQuery in method private sqlJoinQuery(cache IgniteCache<BinaryObject,BinaryObject>) : void in class org.apache.ignite.examples.binary.datagrid.CacheClientBinaryQueryExample |
From |
To |
|
Change Variable Type prodPurchases : QueryCursor<Cache.Entry<Integer,FactPurchase>> to prodPurchases : QueryCursor<List<?>> in method private queryProductPurchases() : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample |
From |
To |
|
Change Variable Type employees : QueryCursor<Cache.Entry<BinaryObject,BinaryObject>> to employees : QueryCursor<List<?>> in method private sqlJoinQuery(cache IgniteCache<BinaryObject,BinaryObject>) : void in class org.apache.ignite.examples.binary.datagrid.CacheClientBinaryQueryExample |
From |
To |
|
Change Variable Type storePurchases : QueryCursor<Cache.Entry<Integer,FactPurchase>> to storePurchases : QueryCursor<List<?>> in method private queryStorePurchases() : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample |
From |
To |
|
Change Variable Type e : Cache.Entry<?,?> to row : List<?> in method private printQueryResults(msg String, res Iterable<List<?>>) : void in class org.apache.ignite.examples.datagrid.starschema.CacheStarSchemaExample |
From |
To |