mirror of
https://github.com/apache/druid.git
synced 2025-03-07 01:39:28 +00:00
* Semantic Implementations for ArrayListRAC This adds implementations of semantic interfaces to optimize (eliminate object creation) the window processing on top of an ArrayListSegment. Tests are also added to cover the interplay between the semantic interfaces that are expected for this use case