fn parse_expr_field(input_fields: &[FieldRef]) -> Result<FieldRef>
Returns the field of the default value(if provided) when the expression is NULL.
NULL
Otherwise, returns the expression field unchanged.