Function: isArithmetic()
isArithmetic(
op
:SqlBinaryOperator
): op is "*" | "/" | "%" | "+" | "-"
Parameters
Parameter | Type |
---|---|
op | SqlBinaryOperator |
Returns
op is "*" | "/" | "%" | "+" | "-"
isArithmetic(
op
:SqlBinaryOperator
): op is "*" | "/" | "%" | "+" | "-"
Parameter | Type |
---|---|
op | SqlBinaryOperator |
op is "*" | "/" | "%" | "+" | "-"