Description
When Drill is doing type inference, a decimal literal can be treated as double in some cases.
However, SqlOperatorBinding has not had a method to tell the caller if an operand is literal or not. This JIRA proposes adding such a helper method.