pub fn convert_value( param: &ParamValue<'_>, t: &ConcreteDataType, ) -> Result<ScalarValue>
Convert [ParamValue] into [Value] according to param type. It will try it’s best to do type conversions if possible
ParamValue
Value