DataFrame.
hint
Specifies some hint on the current DataFrame.
DataFrame
New in version 2.2.0.
A name of the hint.
Optional parameters.
Examples
>>> df.join(df2.hint("broadcast"), "name").show() +----+---+------+ |name|age|height| +----+---+------+ | Bob| 5| 85| +----+---+------+