Function sqlite_loadable::api::result_double
source · 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.