← Back to team overview

zorba-coders team mailing list archive

[Bug 898168] Re: Windowing doesn't stream

 

** Changed in: zorba
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/898168

Title:
  Windowing doesn't stream

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  The following query:
  for tumbling window $w in (HUGE sequence of items)
      start at $s when fn:true()
      only end at $e when $e - $s eq 2
  return <window>{ $w }</window>

  Loads the complete sequence in memory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898168/+subscriptions


References