Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The extensions that are included inĀ are in Image Added are the following:

  • math
  • string
  • unique

...

Info
titleExample

The input UDR is discarded and a newly created UDR is output when the price is greater than 10.5.

Code Block
define stream StockInputStream(symbol string, price float);
 
from StockInputStream[price > 10.5]
select symbol, price
insert into StockOutputStream;



Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: