
Window Aggregation
Window Aggregation Window Aggregation is…FIXME From Structured Query to Physical Plan Spark Analyz ...

Window Aggregation Window Aggregation is…FIXME From Structured Query to Physical Plan Spark Analyz ...

Broadcast Joins (aka Map-Side Joins) Spark SQL uses broadcast join (aka broadcast hash join) instead of hash join ...

Dataset Join Operators From PostgreSQL’s 2.6. Joins Between Tables: Queries can access multiple tables a ...

KeyValueGroupedDataset — Typed Grouping

RelationalGroupedDataset — Untyped Row-based Grouping

Basic Aggregation — Typed and Untyped Grouping Operators

TypedColumn TypedColumn is a Column with the ExpressionEncoder for the types of the input and the output. TypedC ...

Column API — Column Operators

Column Column represents a column in a Dataset that holds a Catalyst Expression that produces a value per row. ...

DataFrameStatFunctions — Working With Statistic Functions