Matt Pulver

Results 5 comments of Matt Pulver

Hi @junrenge you may place the column name in double-quotes: `"POSITION" TEXT`.

Thank you for the PR. Few thoughts on this: * In general we prefer to stay away from configuration options that produce different results. This makes it harder to debug...

Thank you for the PR. Are these features being required/requested in a real project? If so a brief description to motivate these features would be useful. In general we don't...

> Can vouch for at least two customer requests for the quarter-related functions, which are of course common in business reporting. @mflaxman10 We support `QUARTER`: https://docs.omnisci.com/sql/data-manipulation-dml/functions-operators#supported-types Do you have any...

The call to `ResultSet::topPermutation()` from https://github.com/intel-ai/omniscidb/blob/ienkovich/tbb-parallel_sort/QueryEngine/ResultSet.cpp#L613 is already done in a multi-threaded context using all available cpu threads. Will calling `tbb:parallel_sort()` help or hurt performance in this case?