You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/06 14:52:03 UTC

[GitHub] [ignite] ptupitsyn commented on a change in pull request #7628: IGNITE-7609 .NET: FieldsQueryCursor should expose data types too

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_r404148087
 
 

 ##########
 File path: modules/platforms/dotnet/Apache.Ignite.Core/Cache/Query/IFieldsQueryCursor.cs
 ##########
 @@ -30,5 +31,10 @@ public interface IFieldsQueryCursor : IQueryCursor<IList<object>>
         /// Gets the field names.
         /// </summary>
         IList<string> FieldNames { get; }
+
+        /// <summary>
+        /// Gets fields metadata
+        /// </summary>
+        IList<IQueryCursorFieldMetadata> FieldsMetadata { get; }
 
 Review comment:
   Let's just name this `Fields`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services