Use fast-path in TsBlock::at()

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Integration
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      TsBlock::argMin() and TsBlock::argMin() just return index position and if they are optimized to not perform full decompression we should also ensure that at() doesn't require full decompression with some known index positions:

      idx 0 can use fast-path for first

      idx count-1 can use fast-path for last

      then known index positions for min/max can return the actual data from the min/max fast paths.

            Assignee:
            Unassigned
            Reporter:
            Henrik Edin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: