{ "arguments": { "left": { "type_value": "Array", "description": "Member data type must match that of right." }, "right": { "type_value": "Array", "description": "Member data type must match that of left." } }, "id": "RowMin", "name": "row_min", "options": {}, "return": { "type_value": "Array" }, "description": "Returns the minimum of the left and right arguments, per row. Note that left and right arguments must share the same data types.", "proto_id": 52 }