JoinStateWatermarkPredicates¶
[[creating-instance]] JoinStateWatermarkPredicates
contains watermark predicates for state removal of the children of a StreamingSymmetricHashJoinExec physical operator:
-
[[left]] <
> for the left-hand side of a join (default: None
) -
[[right]] <
> for the right-hand side of a join (default: None
)
JoinStateWatermarkPredicates
is <
-
<
> physical operator is created (with the optional properties undefined, including < >) -
StreamingSymmetricHashJoinHelper
utility is requested for one (forIncrementalExecution
for the state preparation rule to optimize and specify the execution-specific configuration for a query plan with StreamingSymmetricHashJoinExec physical operators)
=== [[toString]] Textual Representation -- toString
Method
[source, scala]¶
toString: String¶
NOTE: toString
is part of the ++https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--++[java.lang.Object] contract for the string representation of the object.
toString
uses the <
state cleanup [ left [left], right [right] ]