Skip to content

Commit 063925d

Browse files
committed
Massive update for the JOIN doc
1 parent 25923a7 commit 063925d

File tree

2 files changed

+186
-150
lines changed

2 files changed

+186
-150
lines changed

docs/functions_for_streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Otherwise, if you run queries with `dedup(table(my_stream),id)` the earliest eve
114114

115115
### date_diff_within
116116

117-
`date_diff_within(timegap,time1, time2)` returns true or false. This function only works in [stream-to-stream join](/joins#stream_stream_join). Check whether the gap between `time1` and `time2` are within the specific range. For example `date_diff_within(10s,payment.time,notification.time)` to check whether the payment time and notification time are within 10 seconds or less.
117+
`date_diff_within(timegap,time1, time2)` returns true or false. This function only works in [Range Bidirectional Join](/joins##range-join). Check whether the gap between `time1` and `time2` are within the specific range. For example `date_diff_within(10s,payment.time,notification.time)` to check whether the payment time and notification time are within 10 seconds or less.
118118

119119
✅ streaming query
120120

0 commit comments

Comments
 (0)