Update 14-stream.md
This commit is contained in:
parent
7c485cb45e
commit
cb43ac024b
|
@ -150,10 +150,10 @@ In both of these methods, configuring the watermark is essential for obtaining a
|
||||||
All [scalar functions](../function/#scalar-functions) are available in stream processing. All [System information functions](../function/#system-information-functions) are <b>not</b> allowed in stream processing. All [Aggregate functions](../function/#aggregate-functions) and [Selection functions](../function/#selection-functions) are available in stream processing, except the followings:
|
All [scalar functions](../function/#scalar-functions) are available in stream processing. All [System information functions](../function/#system-information-functions) are <b>not</b> allowed in stream processing. All [Aggregate functions](../function/#aggregate-functions) and [Selection functions](../function/#selection-functions) are available in stream processing, except the followings:
|
||||||
- [leastsquares](../function/#leastsquares)
|
- [leastsquares](../function/#leastsquares)
|
||||||
- [percentile](../function/#percentile)
|
- [percentile](../function/#percentile)
|
||||||
- [top](../function/#leastsquares)
|
- [top](../function/#top)
|
||||||
- [bottom](../function/#top)
|
- [bottom](../function/#tbottomop)
|
||||||
- [elapsed](../function/#leastsquares)
|
- [elapsed](../function/#elapsed)
|
||||||
- [interp](../function/#elapsed)
|
- [interp](../function/#interp)
|
||||||
- [derivative](../function/#derivative)
|
- [derivative](../function/#derivative)
|
||||||
- [irate](../function/#irate)
|
- [irate](../function/#irate)
|
||||||
- [twa](../function/#twa)
|
- [twa](../function/#twa)
|
||||||
|
|
Loading…
Reference in New Issue