
Configuration Properties
Configuration Properties Configuration properties (aka settings) allow you to fine-tune a Spark SQL application. ...

Configuration Properties Configuration properties (aka settings) allow you to fine-tune a Spark SQL application. ...

Aggregator — Contract for User-Defined Typed Aggregate Functions (UDAFs)

UserDefinedAggregateFunction — Contract for User-Defined Untyped Aggregate Functions (UDAFs)

Dataset Checkpointing Dataset Checkpointing is a feature of Spark SQL to truncate a logical query plan that could ...

User-Friendly Names Of Cached Queries in web UI’s Storage Tab

Dataset Caching and Persistence Table 1. Caching Operators (Basic Actions) Operator Description cache ...

Multi-Dimensional Aggregation Multi-dimensional aggregate operators are enhanced variants of groupBy operator that ...

Data Types DataType abstract class is the base type of all built-in data types in Spark SQL, e.g. strings, longs. ...

StructField — Single Field in StructType

StructType — Data Type for Schema Definition