pub fn build_query( table: &str, start: Option<UnixNanos>, end: Option<UnixNanos>, where_clause: Option<&str>, ) -> String