pub fn new_in_process_session(
options: Option<SessionOptions>,
) -> Result<Session>Expand description
Create an in-process session.
Usefull for quick testing and debugging. Session crash will crash the main process.
For production use, use new_thrift_session instead.