1 override of All
Microsoft.Data.Analysis (1)
PrimitiveDataFrameColumn.Computations.cs (1)
26
public override bool
All
()
40 references to All
Microsoft.Data.Analysis.Tests (40)
DataFrameTests.BinaryOperations.cs (13)
121
Assert.True(verify.
All
());
127
Assert.True(verify.
All
());
130
Assert.True(verify.
All
());
262
Assert.False(newCol.
All
());
264
Assert.False(newCol.
All
());
268
Assert.True(newCol.
All
());
272
Assert.True(newCol.
All
());
283
Assert.True(newCol.
All
());
285
Assert.True(newCol.
All
());
288
Assert.False(newCol.
All
());
291
Assert.False(newCol.
All
());
317
Assert.True(newCol.
All
());
332
Assert.False(newCol.
All
());
DataFrameTests.Computations.cs (27)
29
Assert.Throws<NotSupportedException>(() => df.Columns["Byte"].
All
());
31
Assert.Throws<NotSupportedException>(() => df.Columns["Char"].
All
());
33
Assert.Throws<NotSupportedException>(() => df.Columns["DateTime"].
All
());
35
Assert.Throws<NotSupportedException>(() => df.Columns["Decimal"].
All
());
37
Assert.Throws<NotSupportedException>(() => df.Columns["Double"].
All
());
39
Assert.Throws<NotSupportedException>(() => df.Columns["Float"].
All
());
41
Assert.Throws<NotSupportedException>(() => df.Columns["Int"].
All
());
43
Assert.Throws<NotSupportedException>(() => df.Columns["Long"].
All
());
45
Assert.Throws<NotSupportedException>(() => df.Columns["Sbyte"].
All
());
47
Assert.Throws<NotSupportedException>(() => df.Columns["Short"].
All
());
49
Assert.Throws<NotSupportedException>(() => df.Columns["Uint"].
All
());
51
Assert.Throws<NotSupportedException>(() => df.Columns["Ulong"].
All
());
53
Assert.Throws<NotSupportedException>(() => df.Columns["Ushort"].
All
());
57
bool all = df.Columns["Bool"].
All
();
191
Assert.Throws<NotSupportedException>(() => df.Columns["Byte"].
All
());
193
Assert.Throws<NotSupportedException>(() => df.Columns["Char"].
All
());
195
Assert.Throws<NotSupportedException>(() => df.Columns["Decimal"].
All
());
197
Assert.Throws<NotSupportedException>(() => df.Columns["Double"].
All
());
199
Assert.Throws<NotSupportedException>(() => df.Columns["Float"].
All
());
201
Assert.Throws<NotSupportedException>(() => df.Columns["Int"].
All
());
203
Assert.Throws<NotSupportedException>(() => df.Columns["Long"].
All
());
205
Assert.Throws<NotSupportedException>(() => df.Columns["Sbyte"].
All
());
207
Assert.Throws<NotSupportedException>(() => df.Columns["Short"].
All
());
209
Assert.Throws<NotSupportedException>(() => df.Columns["Uint"].
All
());
211
Assert.Throws<NotSupportedException>(() => df.Columns["Ulong"].
All
());
213
Assert.Throws<NotSupportedException>(() => df.Columns["Ushort"].
All
());
215
Assert.Throws<NotSupportedException>(() => df.Columns["DateTime"].
All
());