Azure-Samples / Azure-Time-Series-Insights

Sample modules written in different languages that can be used as templates for applications needing to query Time Series Insights
MIT License
21 stars 31 forks source link

Does Azure-Time-Series-Insights support User Defined Function? #38

Open AKheli opened 2 years ago

AKheli commented 2 years ago

I am currently working on a benchmark of time series database systems for analytical (complex) queries. These queries are algorithms that cannot (easily) be implemented in SQL language so they require a third-party programming language such as C, C++, Python, Java, etc.

I am writing to you to ask if Time Series Insights supports such a feature of a third-party programming language for User Defined Functions?