Minimal table-argument wrapper for DataFrame subquery usage.
Summary
Types
Functions
@spec order_by( t(), SparkEx.Column.t() | String.t() | atom() | [SparkEx.Column.t() | String.t() | atom()] ) :: t()
@spec partition_by( t(), SparkEx.Column.t() | String.t() | atom() | [SparkEx.Column.t() | String.t() | atom()] ) :: t()
@spec to_subquery_expr(t()) :: SparkEx.Column.expr()