parse_expr_field

Function parse_expr_field 

Source
fn parse_expr_field(input_fields: &[FieldRef]) -> Result<FieldRef>
Expand description

Returns the field of the default value(if provided) when the expression is NULL.

Otherwise, returns the expression field unchanged.