Searched refs:create_window_function (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/rusqlite/src/ |
D | functions.rs | 426 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/ |
D | sqlite3ext.h | 314 int (*create_window_function)(sqlite3*,const char*,int,int,void*, member 624 #define sqlite3_create_window_function sqlite3_api->create_window_function
|
D | sqlite3.c | 123605 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/ |
D | sqlite3ext.h | 314 int (*create_window_function)(sqlite3*,const char*,int,int,void*, member 624 #define sqlite3_create_window_function sqlite3_api->create_window_function
|
D | sqlite3.c | 123589 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/ |
D | sqlite3ext.h | 314 int (*create_window_function)(sqlite3*,const char*,int,int,void*, member 626 #define sqlite3_create_window_function sqlite3_api->create_window_function
|
D | sqlite3.c | 125693 int (*create_window_function)(sqlite3*,const char*,int,int,void*, 126005 #define sqlite3_create_window_function sqlite3_api->create_window_function
|