This document (including, without limitation, any product roadmap or statement of direction data) illustrates the planned testing, release and availability dates for Spotfire products and services. It is for informational purposes only and its contents are subject to change without notice. Planning to implement - generally 6-12 months out. Likely to Implement - generally means 12-18 months out.
Copyright © 2014-2023 Cloud Software Group, Inc. All Rights Reserved.
Cloud Software Group, Inc. ("Company") follows the EU Standard Contractual Clauses as per the Company's Data Processing Agreement.
Terms of Use |
Privacy Policy |
Trademarks |
Patents |
Contact Us
Thanks for the reply!
I can achieve what I wanted by following your suggestions and that seems more efficient!
In many scenarios it may be both easier and more efficient to create a JavaScript array using
Array.from(enumerables)
and then use the native JavaScript array functions. Using Linq would require one extra marshalling per item in the enumeration from the managed side to JavaScript.Is there a specific use case that would benefit from having Linq support that you cannot achieve with a JavaScript array?