MCPcopy Create free account

hub / github.com/alex/csv-sql / functions

Functions22 in github.com/alex/csv-sql

↓ 8 callersMethoditer
(&self)
src/loader.rs:9
↓ 2 callersFunction_handle_query
( conn: &rusqlite::Connection, line: &str, style: &OutputStyle, )
src/main.rs:157
↓ 2 callersFunction_load_table_from_path
( db: &mut rusqlite::Connection, table_name: &str, path: &str, delimiter: u8, )
src/main.rs:37
↓ 2 callersFunction_prepare_query
( conn: &'a rusqlite::Connection, query: &str, )
src/main.rs:150
↓ 1 callersFunction_create_table
(db: &rusqlite::Connection, table_name: &str, cols: &[String])
src/main.rs:24
↓ 1 callersFunction_handle_export
(conn: &rusqlite::Connection, line: &str)
src/main.rs:214
↓ 1 callersFunction_load_table_from_loader
( db: &mut rusqlite::Connection, table_name: &str, mut loader: impl csvsql::Loader, )
src/main.rs:48
↓ 1 callersFunction_process_query
(conn: &rusqlite::Connection, line: &str, style: &mut OutputStyle)
src/main.rs:243
↓ 1 callersFunctioninstall_udfs
(c: &rusqlite::Connection)
src/main.rs:275
↓ 1 callersMethodnext_record
(&mut self)
src/loader.rs:75
↓ 1 callersMethodprogress_position
(&self)
src/loader.rs:67
↓ 1 callersMethodprogress_size
(&self)
src/loader.rs:63
↓ 1 callersMethodraw_fields
(&mut self)
src/loader.rs:71
Methodcolumn_result
( value: rusqlite::types::ValueRef<'_>, )
src/main.rs:135
Methodcomplete
( &self, line: &str, pos: usize, _ctx: &rustyline::Context<'_>, )
src/main.rs:348
Methodhint
(&self, _line: &str, _pos: usize, _ctx: &rustyline::Context<'_>)
src/main.rs:336
Functionmain
()
src/main.rs:387
Methodname
(&self)
src/loader.rs:59
Methodnew
(words: Vec<String>)
src/main.rs:326
Methodnew
(path: &'a str, delimiter: u8)
src/loader.rs:41
Functionnormalize_col
(col: &str)
src/main.rs:6
Functiontest_normalize_col
()
src/main.rs:482