Re: Looking for a JS web editor for Drill SQL

2016-04-25 Thread jingguo yao
gt; On Thu, Apr 21, 2016 at 10:15 PM, jingguo yao wrote: > >> The SQL editor in Drill web console is rather primitive. It lacks >> features such as syntax highlighting and auto word completion. >> >> Is there a JS web editor which supports Drill SQL and has these >&g

Looking for a JS web editor for Drill SQL

2016-04-21 Thread jingguo yao
The SQL editor in Drill web console is rather primitive. It lacks features such as syntax highlighting and auto word completion. Is there a JS web editor which supports Drill SQL and has these features? Or is there any third-party JS web editor which works well with Drill SQL since Drill supports

How vectorization is implemented in Drill?

2016-02-02 Thread jingguo yao
https://drill.apache.org/faq/ says: > Vectorization: Drill takes advantage of the latest SIMD instructions > available in modern processors. I have done a quick browse of the source code. The following list are the locations that seems to relate with vectorization. - Project in exec/vector folde