MAX - Amazon Glue DataBrew
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

MAX

Returns the maximum numerical value from the selected source columns in a new column. Any non-number is ignored.

Parameters
  • sourceColumns – A JSON-encoded string representing a list of existing columns.

  • targetColumn – A name for the newly created column.

Example

{ "RecipeAction": { "Operation": "MAX", "Parameters": { "sourceColumns": "[\"age\",\"height_cm\",\"weight_kg\"]", "targetColumn": "MAX Column 1" } } }