ptupitsyn commented on a change in pull request #7628: IGNITE-7609 .NET: 
FieldsQueryCursor should expose data types too
URL: https://github.com/apache/ignite/pull/7628#discussion_r404140315
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/cache/query/PlatformFieldsQueryCursor.java
 ##########
 @@ -70,6 +84,17 @@ public PlatformFieldsQueryCursor(PlatformContext 
platformCtx, QueryCursorEx<List
             for (int i = 0; i < cnt; i++) {
                 writer.writeString(fq.getFieldName(i));
             }
+        } else if (type == OP_GET_FIELDS_META) {
+            QueryCursorEx<List<?>> cursor = cursor();
+
+            List<GridQueryFieldMetadata> metadatas = cursor.fieldsMeta();
 
 Review comment:
   https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules
   
   Weird rules, but we follow them.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to