Struct csv_query::executor::Executor[][src]

pub struct Executor<W: Write> { /* fields omitted */ }

Main struct that parses the CSV and put the data into a SQLite

Methods

impl<W> Executor<W> where
    W: Write
[src]

Run the query and write its result as CSV into the specified output stream

Auto Trait Implementations

impl<W> Send for Executor<W> where
    W: Send

impl<W> !Sync for Executor<W>