3 references to And
Microsoft.Data.Analysis.Tests (3)
DataFrameTests.BinaryOperations.cs (3)
161Assert.Throws<NotSupportedException>(() => df.And(true)); 180var newdf = df.And(true); 215Assert.Throws<NotSupportedException>(() => df.And(true));