SQUARE_ROOT - AWS Glue DataBrew

SQUARE_ROOT

在新列中返回值的平方根。

参数
  • sourceColumn:现有列的名称。

  • targetColumn:要创建的新列的名称。

例 示例

{ "RecipeAction": { "Operation": "SQUARE_ROOT", "Parameters": { "sourceColumn": "age", "targetColumn": "age_SQUARE_ROOT" } } }