Home
last modified time | relevance | path

Searched refs:create_aggregate_function (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dfunctions.rs412 pub fn create_aggregate_function<A, D, T>( in create_aggregate_function() method
426 .create_aggregate_function(fn_name, n_arg, flags, aggr) in create_aggregate_function()
533 fn create_aggregate_function<A, D, T>( in create_aggregate_function() method
985 db.create_aggregate_function( in test_sum()
1011 db.create_aggregate_function( in test_count()