Functions.Broadcast(DataFrame) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks a DataFrame as small enough for use in broadcast joins.
public static Microsoft.Spark.Sql.DataFrame Broadcast(Microsoft.Spark.Sql.DataFrame df);
static member Broadcast : Microsoft.Spark.Sql.DataFrame -> Microsoft.Spark.Sql.DataFrame
Public Shared Function Broadcast (df As DataFrame) As DataFrame
Parameters
- df
- DataFrame
DataFrame to apply
Returns
DataFrame object