{ "arguments": { "data": { "type_value": "Array", "description": "Data to be cast to another type." }, "lower": { "type_value": "Array", "description": "Minimum allowable imputation value. Integers cannot represent null, so values that cannot be parsed are imputed." }, "upper": { "type_value": "Array", "description": "Maximum allowable imputation value." } }, "id": "ToInt", "name": "to_int", "options": {}, "return": { "type_value": "Array" }, "description": "Cast data to a int atomic type.", "proto_id": 59 }