pub fn get_col_range(
    source_conn: &SourceConn,
    query: &str,
    col: &str
) -> OutResult<(i64, i64)>