mirror of https://github.com/apache/druid.git
52f6bdc1eb
* Optimization for expressions that hit a single long column. There was previously a single-long-input optimization that applied only to the time column. These have been combined together. Also adds type-specific value caching to ExprEval, which allowed simplifying the SingleLongInputCachingExpressionColumnValueSelector code. * Add more benchmarks. * Don't use LRU cache for __time. * Simplify a bit. * Let the cache grow. |
||
---|---|---|
.. | ||
src | ||
pom.xml |