leegean

Results 4 issues of leegean

Given this query: select number, ip2region(number) from numbers(3); with this UDF configuration: ``` executable ip2region Tuple(country String, area String, province String, city String, isp String) String ip TabSeparated ip2region.sh ```...

question

As we all know, arrays and doubly linked lists have their advantages and disadvantages. I hope yjs can support double linked list as a shared data type, thanks. Huly®: YJS-409

enhancement

as a drawing program,there are too few brushes available.It is hoped that a brush engine like krita can be implemented.

feature
needs discussion

### Steps to reproduce 1.execute program. 2.waiting and observe memory. 3.press mouse left to stop memory increasing. 4.press mouse right to clear memory. ### Expected results memory is released. ###...