File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs.feldera.com/docs/tutorials Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -657,8 +657,9 @@ ON purchase.customer_id = customer.customer_id;
657657
658658The incremental as-of join operator stores both of its input relations. If both
659659timestamp columns in the ` MATCH_CONDITION ` have waterlines, the operator will
660- - discard records below the smaller of the two waterlines from the left collection
661- - discard all except the last record below the smaller of the two waterlines for each join key
660+
661+ * discard records below the smaller of the two waterlines from the left collection
662+ * discard all except the last record below the smaller of the two waterlines for each join key
662663 from the right collection.
663664
664665### ` LAG ` and ` LEAD `
You can’t perform that action at this time.
0 commit comments