Dataset (Spark 3.3.1 JavaDoc) - Apache Spark
spark.apache.org › apache › sparkExample transformations include map, filter, select, and aggregate ( groupBy ). Example actions count, show, or writing data out to file systems. Datasets are "lazy", i.e. computations are only triggered when an action is invoked. Internally, a Dataset represents a logical plan that describes the computation required to produce the data.