Search

Help

Page 4 of 4. Showing 36 results (0,634 seconds)

  1. Creating Metadata types

    ) { switch (index) { case 0: return (K) Double.valueOf(this.trustValue); default: return null; } } Metadata must be combined, e.g. in a join
    OdysseusSept 28, 2021
  2. Interactive Data Stream Time Window Visualization (Interval Approach)

    ("elementsStart").innerHTML = "[" + elementsStartAt(observationPoint).join("]; [") + "]"; var allElementsInWindow = elementsInWindow(observationPoint
    OdysseusMay 18, 2016
  3. Select syntax

    FROM bid GROUP BY auction HAVING aprice<100.0 /// JOINS AND SELFJOINS #QUERY SELECT auction, bidder FROM bid, person WHERE bid.bidder = person.id #QUERY SELECT
    OdysseusJan 14, 2015
  4. OdysseusRef.pdf

    tests an existence predicate and can be used with the type EXISTS (semi join) and NOT_EXISTS (anti semi join). The predicates can be evaluated against the element from the first input and the second input. Semi join: All elements in the first input for which there are elements in the second input that fulfills
    Odysseus / … / Odysseus HomeNov 30, 2014
  5. Continuous Query Language (CQL)

    SELECT auction, AVG(price) AS aprice FROM bid GROUP BY auction HAVING aprice<100.0 /// JOINS AND SELFJOINS #QUERY SELECT auction, bidder FROM bid, person WHERE
    OdysseusNov 25, 2021
  6. Odysseus_Tutorial.pdf

    ) • NEW_ELEMENT: the operator creates a new element (e.g. join) • Remark: In case of NEW_ELEMENT, meta data must be handled by the operator 92 iSTransferAreas
    Odysseus / … / Development with OdysseusOct 15, 2019