//IEnumerable QOld = vDTOld.AsEnumerable().ToList(); ////Compare the intersection of two data sources //IEnumerable QJJ = vDTOld.Asnum (DTNew.AsEnumerable(), DataRowComparer.Default); ////The inter
Tag: intersection
Arrays – Array intersects Hive
I have two string arrays in Hive
{‘value1′,’value2′,’value3’ }
{‘value1′,’value2’} I want to merge arrays without duplicates, the result:
{‘value1’, ‘value2′,’value3’} How can I do this