• Preparing search index...
  • The search index is not available
spark.js API Documentation - v0.1.0
  • spark.js API Documentation
  • sql/functions
  • max_by

Function max_by

  • max_by(e: Column, ord: Column): Column

    Aggregate function: returns the value associated with the maximum value of ord.

    Parameters

    • e: Column
    • ord: Column

    Returns Column

    Note

    The function is non-deterministic so the output order can be different for those associated the same values of e.

    • Defined in src/org/apache/spark/sql/functions.ts:416

Settings

Member Visibility
spark.js API Documentation - v0.1.0
  • Loading...

Generated using TypeDoc