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

CEILING

Returns the smallest integer number greater than or equal to the input decimal numbers in a new column.

Parameters
  • sourceColumn – The name of an existing column.

  • value1 – A numeric value.

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

Example

{ "RecipeAction": { "Operation": "CEILING", "Parameters": { "sourceColumn": "weight_kg", "targetColumn": "weight_kg_CEILING" } } }