WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: "Iteration over a unidirectional join is not supported" ??

Re: "Iteration over a unidirectional join is not supported" ??

by Thomas Bernhardt :: Rate this Message:

| View in Thread

Yes iterating over unidirection joins is not supported (and would not make sense)
BR
Tom

From: Barry Kaplan <groups1@...>
To: user@...
Sent: Thursday, June 28, 2012 2:46 PM
Subject: [esper-user] "Iteration over a unidirectional join is not supported" ??


With the following I get the error "Iteration over a unidirectional join is
not supported".

      select
        avg(w.value)
      from
        Wattage as w unidirectional,
        BState.std:lastevent() as b
      where
        b = true
      output
        snapshot every 1 min

What I'm trying to do is to create an average over an interval but only
accept Wattage events when a certain (other) state is true.

--
View this message in context: http://old.nabble.com/%22Iteration-over-a-unidirectional-join-is-not-supported%22----tp34087899p34087899.html
Sent from the Esper User list mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email




 « Return to Thread: "Iteration over a unidirectional join is not supported" ??