after introducing basic scalar arithmetic function, we could support the following SQL: ```sql select 1 + 2; select 2 - 1; select 1 * 2; select 1 / 2; ```