fn parse_default_value(
input_exprs: &[Arc<dyn PhysicalExpr>],
input_types: &[FieldRef],
) -> Result<ScalarValue>Expand description
Handles type coercion and null value refinement for default value argument depending on the data type of the input expression.