Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dfunctions.rs426 pub fn create_window_function<A, W, T>( in create_window_function() method
440 .create_window_function(fn_name, n_arg, flags, aggr) in create_window_function()
553 fn create_window_function<A, W, T>( in create_window_function() method
1044 db.create_window_function( in test_window()
/external/sqlite/dist/
Dsqlite3ext.h314 int (*create_window_function)(sqlite3*,const char*,int,int,void*, member
624 #define sqlite3_create_window_function sqlite3_api->create_window_function
Dsqlite3.c123605 int (*create_window_function)(sqlite3*,const char*,int,int,void*,
123915 #define sqlite3_create_window_function sqlite3_api->create_window_function
/external/sqlite/dist/orig/
Dsqlite3ext.h314 int (*create_window_function)(sqlite3*,const char*,int,int,void*, member
624 #define sqlite3_create_window_function sqlite3_api->create_window_function
Dsqlite3.c123589 int (*create_window_function)(sqlite3*,const char*,int,int,void*,
123899 #define sqlite3_create_window_function sqlite3_api->create_window_function
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h314 int (*create_window_function)(sqlite3*,const char*,int,int,void*, member
626 #define sqlite3_create_window_function sqlite3_api->create_window_function
Dsqlite3.c125693 int (*create_window_function)(sqlite3*,const char*,int,int,void*,
126005 #define sqlite3_create_window_function sqlite3_api->create_window_function