pub fn result_double(context: *mut sqlite3_context, i: f64)Expand description
Calls sqlite3_result_double
to represent that a function returns a double/float with the given value.
pub fn result_double(context: *mut sqlite3_context, i: f64)Calls sqlite3_result_double
to represent that a function returns a double/float with the given value.