pub fn build_context( headers: &[String], raw_row: &[String], typed_row: &[Option<Value>], row_number: Option<usize>, ) -> Result<HashMapContext>