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