ptupitsyn opened a new pull request, #7505: URL: https://github.com/apache/ignite-3/pull/7505
Add predefined mappers for simple types, so that the following does not require reflection and runtime codegen: ```cs table.GetRecordView<long>(); table.GetKeyValueView<Guid, string>; ``` https://issues.apache.org/jira/browse/IGNITE-27705 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
