FLOOR - 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).

FLOOR

Returns the largest integral number greater than or equal to the input number in a new column.

Parameters
  • sourceColumn1 – The name of an existing column.

  • value – A numeric value.

  • targetColumn – The name of the new column to be created.

Example

{ "RecipeAction": { "Operation": "FLOOR", "Parameters": { "targetColumn": "FLOOR Column 1", "value": "42" } } }