A base class for user-defined aggregations, which can be used in DataFrame and Dataset operations to take all of the elements of a group and reduce them to a single value.
:: Experimental :: A Row representing an mutable aggregation buffer.
:: Experimental :: The base class for implementing user-defined aggregate functions (UDAF).
:: Experimental :: Utility functions for defining window in DataFrames.
:: Experimental :: A window specification that defines the partitioning, ordering, and frame boundaries.
:: Experimental :: Utility functions for defining window in DataFrames.