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)
23
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);
46
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);
69
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);
100
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);
141
var intersection = DataFrameJoinExtensions.
GetSortedListsIntersection
(collection1, collection2);