Re: Querying an interpreter and retrieving the results

2016-07-29 Thread chris_fred_1978
Thanks, this is exactly what I needed!Will def. try out. On Thursday, July 28, 2016 2:43 PM, moon soo Lee wrote: Hi, You can use ResourcePool to pass result to another interpreter.0.7.0-SNAPSHOT, automatically put all table type of result into the resource pool. (interpreter can manual

Re: Querying an interpreter and retrieving the results

2016-07-28 Thread moon soo Lee
Hi, You can use ResourcePool to pass result to another interpreter. 0.7.0-SNAPSHOT, automatically put all table type of result into the resource pool. (interpreter can manually put any object into resource pool) And another interpreter can access the data. I have create an example. https://www.z