6 references to GetSortedListsIntersection
Microsoft.Data.Analysis (1)
DataFrame.Join.cs (1)
264
var crossing = DataFrameJoinExtensions.
GetSortedListsIntersection
(list1, list2);
Microsoft.Data.Analysis.Tests (5)
DataFrameJoinExtensionsTests.cs (5)
29
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);
52
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);
75
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);
106
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);
147
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);