You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/dev/table/sql/queries/joins.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The temporal table contains one or more versioned table snapshots, it can be a c
117
117
Event Time temporal joins allow joining against a [versioned table]({{< ref "docs/dev/table/concepts/versioned_tables" >}}).
118
118
This means a table can be enriched with changing metadata and retrieve its value at a certain point in time.
119
119
120
-
Temporal joins take an arbitrary table (left input/probe site) and correlate each row to the corresponding row's relevant version in the versioned table (right input/build side).
120
+
Temporal joins take an arbitrary table (left input/probe side) and correlate each row to the corresponding row's relevant version in the versioned table (right input/build side).
121
121
Flink uses the SQL syntax of `FOR SYSTEM_TIME AS OF` to perform this operation from the SQL:2011 standard.
0 commit comments