Ah, I missed that you were needing a Double to Integer type conversion. In that case you could use a Double To Int node after the Rule Engine. You might actually want to compare the timing for using these two nodes versus a single Column Expressions node using a Timer Info node - it’s possible the two node approach is faster in this case.
Also, in general, you may want to consider enabling streaming to increase performance here.