pub fn snapshot( client: &mut Client, schema: &str, table: &str, ) -> impl Stream<Item = Result<Row, SqlServerError>>
Return a Stream that is the entire snapshot of the specified table.
Stream