Re: [Dev] Issue with R extension in WSO2 Stream processor

2019-11-19 Thread Mohanadarshan Vivekanandalingam
FYA.. On Thu, Nov 14, 2019 at 6:38 PM A. V. wrote: > Hi,Im trying to make windows with a length batch of 100 rows each and to > use some R functions to calculate some statistical data for each batch. In > the below code I: > >- * define a inputstream >- * I create a query to convert

[Dev] Issue with R extension in WSO2 Stream processor

2019-11-14 Thread A. V.
Hi,Im trying to make windows with a length batch of 100 rows each and to use some R functions to calculate some statistical data for each batch. In the below code I: * * define a inputstream * * I create a query to convert the features into the right datatype * * In the below query