104 instantiations of BooleanDataFrameColumn
Microsoft.Data.Analysis (49)
DataFrame.Arrow.cs (1)
25
dataFrameColumn = new
BooleanDataFrameColumn
(fieldName, valueBuffer, nullBitMapBuffer, arrowArray.Length, arrowArray.NullCount);
DataFrame.cs (1)
414
var filter = new
BooleanDataFrameColumn
("Filter");
DataFrame.IO.cs (1)
285
ret = new
BooleanDataFrameColumn
(columnName);
DataFrameColumns\PrimitiveDataFrameColumns\BooleanDataFrameColumn.cs (2)
25
return new
BooleanDataFrameColumn
(name, length);
30
return new
BooleanDataFrameColumn
(name, container);
IDataView.Extension.cs (1)
69
dataFrameColumns.Add(new
BooleanDataFrameColumn
(dataViewColumn.Name));
PrimitiveDataFrameColumn.BinaryOperationImplementations.Exploded.cs (26)
229
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
234
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
242
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
247
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
255
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
260
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
268
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
273
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
281
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
286
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
294
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
299
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
307
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
312
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
320
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
325
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
333
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
338
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
346
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
351
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
359
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
364
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
372
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
377
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
385
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, column.ColumnContainer));
390
return new
BooleanDataFrameColumn
(Name, ColumnContainer.HandleOperation(operation, value));
PrimitiveDataFrameColumn.cs (17)
536
return new
BooleanDataFrameColumn
(Name, newColumnContainer);
930
var ret = new
BooleanDataFrameColumn
(Name, Length);
942
var ret = new
BooleanDataFrameColumn
(Name, Length);
1293
return new
BooleanDataFrameColumn
(Name, (this as PrimitiveDataFrameColumn<U>)._columnContainer.HandleOperation(operation, column._columnContainer));
1303
return new
BooleanDataFrameColumn
(Name, primitiveColumn._columnContainer.HandleOperation(operation, column._columnContainer));
1308
return new
BooleanDataFrameColumn
(Name, decimalColumn._columnContainer.HandleOperation(operation, column.CloneAsDecimalColumn()._columnContainer));
1315
return new
BooleanDataFrameColumn
(Name, (this as PrimitiveDataFrameColumn<U>)._columnContainer.HandleOperation(operation, column._columnContainer));
1335
return new
BooleanDataFrameColumn
(Name, primitiveColumn._columnContainer.HandleOperation(operation, column._columnContainer));
1342
return new
BooleanDataFrameColumn
(Name, decimalColumn._columnContainer.HandleOperation(operation, (column as PrimitiveDataFrameColumn<decimal>)._columnContainer));
1347
return new
BooleanDataFrameColumn
(Name, doubleColumn._columnContainer.HandleOperation(operation, column.CloneAsDoubleColumn()._columnContainer));
1364
return new
BooleanDataFrameColumn
(Name, (this as PrimitiveDataFrameColumn<bool>)._columnContainer.HandleOperation(operation, Unsafe.As<U, bool>(ref value)));
1374
return new
BooleanDataFrameColumn
(Name, primitiveColumn._columnContainer.HandleOperation(operation, Unsafe.As<U, T>(ref value)));
1379
return new
BooleanDataFrameColumn
(Name, decimalColumn._columnContainer.HandleOperation(operation, DecimalConverter<U>.Instance.GetDecimal(value)));
1386
return new
BooleanDataFrameColumn
(Name, (this as PrimitiveDataFrameColumn<DateTime>)._columnContainer.HandleOperation(operation, Unsafe.As<U, DateTime>(ref value)));
1406
return new
BooleanDataFrameColumn
(Name, primitiveColumn._columnContainer.HandleOperation(operation, Unsafe.As<U, T>(ref value)));
1413
return new
BooleanDataFrameColumn
(Name, decimalColumn._columnContainer.HandleOperation(operation, DecimalConverter<U>.Instance.GetDecimal(value)));
1418
return new
BooleanDataFrameColumn
(Name, doubleColumn._columnContainer.HandleOperation(operation, DoubleConverter<U>.Instance.GetDouble(value)));
Microsoft.Data.Analysis.Interactive (1)
TabularDataResourceExtensions.cs (1)
48
dataFrame.Columns.Add(new
BooleanDataFrameColumn
(fieldDescriptor.Name, column.Select(Convert.ToBoolean)));
Microsoft.Data.Analysis.Tests (53)
DataFrameColumn.BinaryOperationTests.cs (44)
2062
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2077
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2092
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2107
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2122
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2137
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2152
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2167
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2182
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2197
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2212
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2226
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2238
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2250
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2262
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2274
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2286
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2298
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2310
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2322
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2334
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2346
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2359
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2374
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2389
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2404
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2419
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2434
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2449
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2464
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2479
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2494
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2509
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2523
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2535
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2547
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2559
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2571
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2583
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2595
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2607
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2619
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2631
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
2643
var verifyColumn = new
BooleanDataFrameColumn
("Verify", verify);
DataFrameTests.BinaryOperations.cs (2)
168
var dataFrameColumn1 = new
BooleanDataFrameColumn
("Bool1", Enumerable.Range(0, 10).Select(x => true));
169
var dataFrameColumn2 = new
BooleanDataFrameColumn
("Bool2", Enumerable.Range(0, 10).Select(x => true));
DataFrameTests.Computations.cs (4)
480
var col1 = new
BooleanDataFrameColumn
("col1", new Boolean[] { true, false, true });
481
var col2 = new
BooleanDataFrameColumn
("col2", new Boolean[] { false, true, true });
497
var col1 = new
BooleanDataFrameColumn
("col1", new Boolean[] { true, false, true });
498
var col2 = new
BooleanDataFrameColumn
("col2", new Boolean[] { false, true, true });
DataFrameTests.cs (1)
934
BooleanDataFrameColumn bigInts = new
BooleanDataFrameColumn
("BigInts", df.Columns["Int"].ElementwiseGreaterThan(5));
DataFrameTests.Utils.cs (2)
105
DataFrameColumn boolColumn = new
BooleanDataFrameColumn
("Bool", Enumerable.Range(0, length).Select(x => x % 2 == 0));
117
DataFrameColumn boolColumn = new
BooleanDataFrameColumn
("Bool", Enumerable.Range(0, length).Select(x => x % 2 == 0));
Microsoft.ML.Fairlearn (1)
Metrics\FairlearnMetricCatalog.cs (1)
199
var primitiveColumn = new
BooleanDataFrameColumn
(column.Name);
1585 references to BooleanDataFrameColumn
Microsoft.Data.Analysis (1475)
DataFrame.cs (1)
414
var
filter = new BooleanDataFrameColumn("Filter");
DataFrameColumnCollection.cs (4)
278
/// Gets the <see cref="
BooleanDataFrameColumn
"/> with the specified <paramref name="name"/>.
281
/// <returns><see cref="
BooleanDataFrameColumn
"/>.</returns>
283
public
BooleanDataFrameColumn
GetBooleanColumn(string name)
286
if (column is
BooleanDataFrameColumn
ret)
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs (1425)
8765
public
BooleanDataFrameColumn
And(
BooleanDataFrameColumn
column, bool inPlace = false)
8771
BooleanDataFrameColumn
retColumn = inPlace ? this : CloneAsBooleanColumn();
8779
public new
BooleanDataFrameColumn
And(bool value, bool inPlace = false)
8781
BooleanDataFrameColumn
retColumn = inPlace ? this : CloneAsBooleanColumn();
8789
public
BooleanDataFrameColumn
Or(
BooleanDataFrameColumn
column, bool inPlace = false)
8795
BooleanDataFrameColumn
retColumn = inPlace ? this : CloneAsBooleanColumn();
8803
public new
BooleanDataFrameColumn
Or(bool value, bool inPlace = false)
8805
BooleanDataFrameColumn
retColumn = inPlace ? this : CloneAsBooleanColumn();
8813
public
BooleanDataFrameColumn
Xor(
BooleanDataFrameColumn
column, bool inPlace = false)
8819
BooleanDataFrameColumn
retColumn = inPlace ? this : CloneAsBooleanColumn();
8827
public new
BooleanDataFrameColumn
Xor(bool value, bool inPlace = false)
8829
BooleanDataFrameColumn
retColumn = inPlace ? this : CloneAsBooleanColumn();
8838
public
BooleanDataFrameColumn
ElementwiseEquals(
BooleanDataFrameColumn
column)
8842
public
BooleanDataFrameColumn
ElementwiseNotEquals(
BooleanDataFrameColumn
column)
8846
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(
BooleanDataFrameColumn
column)
8850
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(
BooleanDataFrameColumn
column)
8854
public
BooleanDataFrameColumn
ElementwiseGreaterThan(
BooleanDataFrameColumn
column)
8858
public
BooleanDataFrameColumn
ElementwiseLessThan(
BooleanDataFrameColumn
column)
8866
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
8870
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
8874
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
8878
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
8882
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
8886
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
8890
public
BooleanDataFrameColumn
ElementwiseEquals(DecimalDataFrameColumn column)
8895
public
BooleanDataFrameColumn
ElementwiseNotEquals(DecimalDataFrameColumn column)
8900
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn column)
8905
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DecimalDataFrameColumn column)
8910
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DecimalDataFrameColumn column)
8915
public
BooleanDataFrameColumn
ElementwiseLessThan(DecimalDataFrameColumn column)
8920
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
8925
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
8930
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
8935
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
8940
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
8945
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
8950
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
8955
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
8960
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
8965
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
8970
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
8975
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
8980
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
8985
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
8990
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
8995
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
9000
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
9005
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
9010
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
9015
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
9020
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
9025
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
9030
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
9035
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
9040
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
9045
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
9050
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
9055
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
9060
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
9065
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
9070
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
9075
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
9080
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
9085
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
9090
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
9095
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
9100
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
9105
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
9110
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
9115
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
9120
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
9125
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
9130
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
9135
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
9140
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
9145
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
9150
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
9155
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
9160
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
9165
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
9170
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
9175
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
9180
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
9185
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
9194
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
9199
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
9204
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
9209
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
9214
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
9219
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
9224
public
BooleanDataFrameColumn
ElementwiseEquals(DecimalDataFrameColumn column)
9228
public
BooleanDataFrameColumn
ElementwiseNotEquals(DecimalDataFrameColumn column)
9232
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn column)
9236
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DecimalDataFrameColumn column)
9240
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DecimalDataFrameColumn column)
9244
public
BooleanDataFrameColumn
ElementwiseLessThan(DecimalDataFrameColumn column)
9248
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
9253
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
9258
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
9263
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
9268
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
9273
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
9278
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
9283
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
9288
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
9293
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
9298
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
9303
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
9308
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
9313
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
9318
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
9323
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
9328
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
9333
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
9338
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
9343
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
9348
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
9353
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
9358
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
9363
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
9368
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
9373
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
9378
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
9383
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
9388
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
9393
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
9398
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
9403
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
9408
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
9413
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
9418
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
9423
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
9428
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
9433
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
9438
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
9443
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
9448
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
9453
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
9462
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
9467
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
9472
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
9477
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
9482
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
9487
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
9492
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
9496
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
9500
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
9504
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
9508
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
9512
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
9516
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
9521
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
9526
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
9531
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
9536
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
9541
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
9546
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
9551
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
9556
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
9561
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
9566
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
9571
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
9576
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
9581
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
9586
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
9591
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
9596
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
9601
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
9606
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
9611
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
9616
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
9621
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
9626
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
9631
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
9636
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
9641
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
9646
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
9651
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
9656
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
9661
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
9666
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
9671
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
9676
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
9681
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
9686
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
9691
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
9696
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
9701
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
9706
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
9711
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
9716
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
9721
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
9726
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
9731
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
9736
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
9741
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
9746
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
9751
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
9760
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
9765
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
9770
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
9775
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
9780
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
9785
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
9790
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
9795
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
9800
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
9805
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
9810
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
9815
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
9820
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
9824
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
9828
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
9832
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
9836
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
9840
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
9844
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
9849
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
9854
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
9859
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
9864
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
9869
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
9874
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
9879
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
9884
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
9889
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
9894
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
9899
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
9904
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
9909
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
9914
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
9919
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
9924
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
9929
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
9934
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
9939
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
9944
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
9949
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
9954
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
9959
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
9964
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
9969
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
9974
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
9979
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
9984
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
9989
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
9994
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
9999
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
10004
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
10009
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
10014
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
10019
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
10024
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
10029
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
10034
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
10039
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
10044
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
10049
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
10058
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
10063
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
10068
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
10073
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
10078
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
10083
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
10088
public
BooleanDataFrameColumn
ElementwiseEquals(DecimalDataFrameColumn column)
10093
public
BooleanDataFrameColumn
ElementwiseNotEquals(DecimalDataFrameColumn column)
10098
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn column)
10103
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DecimalDataFrameColumn column)
10108
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DecimalDataFrameColumn column)
10113
public
BooleanDataFrameColumn
ElementwiseLessThan(DecimalDataFrameColumn column)
10118
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
10123
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
10128
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
10133
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
10138
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
10143
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
10148
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
10153
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
10158
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
10163
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
10168
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
10173
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
10178
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
10182
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
10186
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
10190
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
10194
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
10198
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
10202
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
10207
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
10212
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
10217
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
10222
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
10227
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
10232
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
10237
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
10242
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
10247
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
10252
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
10257
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
10262
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
10267
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
10272
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
10277
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
10282
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
10287
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
10292
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
10297
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
10302
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
10307
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
10312
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
10317
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
10322
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
10327
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
10332
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
10337
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
10342
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
10347
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
10352
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
10357
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
10362
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
10367
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
10372
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
10377
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
10386
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
10391
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
10396
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
10401
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
10406
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
10411
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
10416
public
BooleanDataFrameColumn
ElementwiseEquals(DecimalDataFrameColumn column)
10421
public
BooleanDataFrameColumn
ElementwiseNotEquals(DecimalDataFrameColumn column)
10426
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn column)
10431
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DecimalDataFrameColumn column)
10436
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DecimalDataFrameColumn column)
10441
public
BooleanDataFrameColumn
ElementwiseLessThan(DecimalDataFrameColumn column)
10446
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
10451
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
10456
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
10461
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
10466
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
10471
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
10476
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
10481
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
10486
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
10491
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
10496
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
10501
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
10506
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
10511
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
10516
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
10521
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
10526
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
10531
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
10536
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
10540
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
10544
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
10548
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
10552
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
10556
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
10560
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
10565
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
10570
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
10575
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
10580
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
10585
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
10590
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
10595
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
10600
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
10605
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
10610
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
10615
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
10620
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
10625
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
10630
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
10635
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
10640
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
10645
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
10650
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
10655
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
10660
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
10665
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
10670
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
10675
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
10684
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
10689
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
10694
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
10699
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
10704
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
10709
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
10714
public
BooleanDataFrameColumn
ElementwiseEquals(DecimalDataFrameColumn column)
10719
public
BooleanDataFrameColumn
ElementwiseNotEquals(DecimalDataFrameColumn column)
10724
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn column)
10729
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DecimalDataFrameColumn column)
10734
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DecimalDataFrameColumn column)
10739
public
BooleanDataFrameColumn
ElementwiseLessThan(DecimalDataFrameColumn column)
10744
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
10749
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
10754
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
10759
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
10764
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
10769
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
10774
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
10779
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
10784
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
10789
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
10794
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
10799
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
10804
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
10809
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
10814
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
10819
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
10824
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
10829
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
10834
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
10839
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
10844
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
10849
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
10854
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
10859
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
10864
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
10868
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
10872
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
10876
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
10880
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
10884
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
10888
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
10893
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
10898
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
10903
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
10908
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
10913
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
10918
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
10923
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
10928
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
10933
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
10938
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
10943
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
10948
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
10953
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
10958
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
10963
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
10968
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
10973
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
10978
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
10983
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
10988
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
10993
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
10998
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
11003
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
11012
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
11017
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
11022
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
11027
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
11032
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
11037
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
11042
public
BooleanDataFrameColumn
ElementwiseEquals(DecimalDataFrameColumn column)
11047
public
BooleanDataFrameColumn
ElementwiseNotEquals(DecimalDataFrameColumn column)
11052
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn column)
11057
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DecimalDataFrameColumn column)
11062
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DecimalDataFrameColumn column)
11067
public
BooleanDataFrameColumn
ElementwiseLessThan(DecimalDataFrameColumn column)
11072
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
11077
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
11082
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
11087
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
11092
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
11097
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
11102
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
11107
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
11112
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
11117
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
11122
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
11127
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
11132
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
11137
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
11142
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
11147
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
11152
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
11157
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
11162
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
11167
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
11172
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
11177
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
11182
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
11187
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
11192
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
11197
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
11202
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
11207
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
11212
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
11217
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
11222
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
11226
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
11230
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
11234
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
11238
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
11242
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
11246
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
11251
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
11256
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
11261
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
11266
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
11271
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
11276
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
11281
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
11286
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
11291
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
11296
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
11301
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
11306
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
11311
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
11316
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
11321
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
11326
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
11331
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
11340
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
11345
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
11350
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
11355
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
11360
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
11365
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
11370
public
BooleanDataFrameColumn
ElementwiseEquals(DecimalDataFrameColumn column)
11375
public
BooleanDataFrameColumn
ElementwiseNotEquals(DecimalDataFrameColumn column)
11380
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn column)
11385
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DecimalDataFrameColumn column)
11390
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DecimalDataFrameColumn column)
11395
public
BooleanDataFrameColumn
ElementwiseLessThan(DecimalDataFrameColumn column)
11400
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
11405
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
11410
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
11415
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
11420
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
11425
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
11430
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
11435
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
11440
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
11445
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
11450
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
11455
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
11460
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
11465
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
11470
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
11475
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
11480
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
11485
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
11490
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
11495
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
11500
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
11505
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
11510
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
11515
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
11520
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
11525
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
11530
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
11535
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
11540
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
11545
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
11550
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
11555
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
11560
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
11565
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
11570
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
11575
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
11580
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
11584
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
11588
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
11592
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
11596
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
11600
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
11604
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
11609
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
11614
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
11619
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
11624
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
11629
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
11634
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
11639
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
11644
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
11649
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
11654
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
11659
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
11668
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
11673
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
11678
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
11683
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
11688
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
11693
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
11698
public
BooleanDataFrameColumn
ElementwiseEquals(DecimalDataFrameColumn column)
11703
public
BooleanDataFrameColumn
ElementwiseNotEquals(DecimalDataFrameColumn column)
11708
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn column)
11713
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DecimalDataFrameColumn column)
11718
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DecimalDataFrameColumn column)
11723
public
BooleanDataFrameColumn
ElementwiseLessThan(DecimalDataFrameColumn column)
11728
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
11733
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
11738
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
11743
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
11748
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
11753
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
11758
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
11763
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
11768
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
11773
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
11778
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
11783
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
11788
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
11793
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
11798
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
11803
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
11808
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
11813
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
11818
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
11823
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
11828
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
11833
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
11838
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
11843
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
11848
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
11853
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
11858
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
11863
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
11868
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
11873
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
11878
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
11883
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
11888
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
11893
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
11898
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
11903
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
11908
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
11912
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
11916
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
11920
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
11924
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
11928
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
11932
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
11937
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
11942
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
11947
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
11952
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
11957
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
11966
public
BooleanDataFrameColumn
ElementwiseEquals(ByteDataFrameColumn column)
11971
public
BooleanDataFrameColumn
ElementwiseNotEquals(ByteDataFrameColumn column)
11976
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn column)
11981
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ByteDataFrameColumn column)
11986
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ByteDataFrameColumn column)
11991
public
BooleanDataFrameColumn
ElementwiseLessThan(ByteDataFrameColumn column)
11996
public
BooleanDataFrameColumn
ElementwiseEquals(DecimalDataFrameColumn column)
12001
public
BooleanDataFrameColumn
ElementwiseNotEquals(DecimalDataFrameColumn column)
12006
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DecimalDataFrameColumn column)
12011
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DecimalDataFrameColumn column)
12016
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DecimalDataFrameColumn column)
12021
public
BooleanDataFrameColumn
ElementwiseLessThan(DecimalDataFrameColumn column)
12026
public
BooleanDataFrameColumn
ElementwiseEquals(DoubleDataFrameColumn column)
12031
public
BooleanDataFrameColumn
ElementwiseNotEquals(DoubleDataFrameColumn column)
12036
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn column)
12041
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DoubleDataFrameColumn column)
12046
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DoubleDataFrameColumn column)
12051
public
BooleanDataFrameColumn
ElementwiseLessThan(DoubleDataFrameColumn column)
12056
public
BooleanDataFrameColumn
ElementwiseEquals(SingleDataFrameColumn column)
12061
public
BooleanDataFrameColumn
ElementwiseNotEquals(SingleDataFrameColumn column)
12066
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn column)
12071
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SingleDataFrameColumn column)
12076
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SingleDataFrameColumn column)
12081
public
BooleanDataFrameColumn
ElementwiseLessThan(SingleDataFrameColumn column)
12086
public
BooleanDataFrameColumn
ElementwiseEquals(Int32DataFrameColumn column)
12091
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int32DataFrameColumn column)
12096
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn column)
12101
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int32DataFrameColumn column)
12106
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int32DataFrameColumn column)
12111
public
BooleanDataFrameColumn
ElementwiseLessThan(Int32DataFrameColumn column)
12116
public
BooleanDataFrameColumn
ElementwiseEquals(Int64DataFrameColumn column)
12121
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int64DataFrameColumn column)
12126
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn column)
12131
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int64DataFrameColumn column)
12136
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int64DataFrameColumn column)
12141
public
BooleanDataFrameColumn
ElementwiseLessThan(Int64DataFrameColumn column)
12146
public
BooleanDataFrameColumn
ElementwiseEquals(SByteDataFrameColumn column)
12151
public
BooleanDataFrameColumn
ElementwiseNotEquals(SByteDataFrameColumn column)
12156
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn column)
12161
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(SByteDataFrameColumn column)
12166
public
BooleanDataFrameColumn
ElementwiseGreaterThan(SByteDataFrameColumn column)
12171
public
BooleanDataFrameColumn
ElementwiseLessThan(SByteDataFrameColumn column)
12176
public
BooleanDataFrameColumn
ElementwiseEquals(Int16DataFrameColumn column)
12181
public
BooleanDataFrameColumn
ElementwiseNotEquals(Int16DataFrameColumn column)
12186
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn column)
12191
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(Int16DataFrameColumn column)
12196
public
BooleanDataFrameColumn
ElementwiseGreaterThan(Int16DataFrameColumn column)
12201
public
BooleanDataFrameColumn
ElementwiseLessThan(Int16DataFrameColumn column)
12206
public
BooleanDataFrameColumn
ElementwiseEquals(UInt32DataFrameColumn column)
12211
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt32DataFrameColumn column)
12216
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn column)
12221
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt32DataFrameColumn column)
12226
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt32DataFrameColumn column)
12231
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt32DataFrameColumn column)
12236
public
BooleanDataFrameColumn
ElementwiseEquals(UInt64DataFrameColumn column)
12241
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt64DataFrameColumn column)
12246
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn column)
12251
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt64DataFrameColumn column)
12256
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt64DataFrameColumn column)
12261
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt64DataFrameColumn column)
12266
public
BooleanDataFrameColumn
ElementwiseEquals(UInt16DataFrameColumn column)
12270
public
BooleanDataFrameColumn
ElementwiseNotEquals(UInt16DataFrameColumn column)
12274
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn column)
12278
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(UInt16DataFrameColumn column)
12282
public
BooleanDataFrameColumn
ElementwiseGreaterThan(UInt16DataFrameColumn column)
12286
public
BooleanDataFrameColumn
ElementwiseLessThan(UInt16DataFrameColumn column)
12294
public
BooleanDataFrameColumn
ElementwiseEquals(DateTimeDataFrameColumn column)
12298
public
BooleanDataFrameColumn
ElementwiseNotEquals(DateTimeDataFrameColumn column)
12302
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DateTimeDataFrameColumn column)
12306
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DateTimeDataFrameColumn column)
12310
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DateTimeDataFrameColumn column)
12314
public
BooleanDataFrameColumn
ElementwiseLessThan(DateTimeDataFrameColumn column)
12322
public
BooleanDataFrameColumn
ElementwiseEquals(bool value)
12326
public
BooleanDataFrameColumn
ElementwiseNotEquals(bool value)
12330
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(bool value)
12334
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(bool value)
12338
public
BooleanDataFrameColumn
ElementwiseGreaterThan(bool value)
12342
public
BooleanDataFrameColumn
ElementwiseLessThan(bool value)
12350
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
12354
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
12358
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
12362
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
12366
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
12370
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
12374
public
BooleanDataFrameColumn
ElementwiseEquals(decimal value)
12379
public
BooleanDataFrameColumn
ElementwiseNotEquals(decimal value)
12384
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(decimal value)
12389
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(decimal value)
12394
public
BooleanDataFrameColumn
ElementwiseGreaterThan(decimal value)
12399
public
BooleanDataFrameColumn
ElementwiseLessThan(decimal value)
12404
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
12409
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
12414
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
12419
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
12424
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
12429
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
12434
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
12439
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
12444
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
12449
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
12454
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
12459
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
12464
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
12469
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
12474
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
12479
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
12484
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
12489
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
12494
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
12499
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
12504
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
12509
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
12514
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
12519
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
12524
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
12529
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
12534
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
12539
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
12544
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
12549
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
12554
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
12559
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
12564
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
12569
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
12574
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
12579
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
12584
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
12589
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
12594
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
12599
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
12604
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
12609
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
12614
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
12619
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
12624
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
12629
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
12634
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
12639
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
12644
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
12649
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
12654
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
12659
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
12664
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
12669
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
12678
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
12683
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
12688
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
12693
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
12698
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
12703
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
12708
public
BooleanDataFrameColumn
ElementwiseEquals(decimal value)
12712
public
BooleanDataFrameColumn
ElementwiseNotEquals(decimal value)
12716
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(decimal value)
12720
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(decimal value)
12724
public
BooleanDataFrameColumn
ElementwiseGreaterThan(decimal value)
12728
public
BooleanDataFrameColumn
ElementwiseLessThan(decimal value)
12732
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
12737
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
12742
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
12747
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
12752
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
12757
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
12762
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
12767
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
12772
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
12777
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
12782
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
12787
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
12792
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
12797
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
12802
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
12807
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
12812
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
12817
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
12822
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
12827
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
12832
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
12837
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
12842
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
12847
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
12852
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
12857
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
12862
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
12867
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
12872
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
12877
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
12882
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
12887
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
12892
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
12897
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
12902
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
12907
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
12912
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
12917
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
12922
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
12927
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
12932
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
12937
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
12946
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
12951
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
12956
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
12961
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
12966
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
12971
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
12976
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
12980
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
12984
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
12988
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
12992
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
12996
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
13000
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
13005
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
13010
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
13015
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
13020
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
13025
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
13030
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
13035
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
13040
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
13045
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
13050
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
13055
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
13060
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
13065
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
13070
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
13075
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
13080
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
13085
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
13090
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
13095
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
13100
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
13105
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
13110
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
13115
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
13120
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
13125
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
13130
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
13135
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
13140
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
13145
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
13150
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
13155
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
13160
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
13165
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
13170
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
13175
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
13180
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
13185
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
13190
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
13195
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
13200
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
13205
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
13210
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
13215
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
13220
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
13225
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
13230
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
13235
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
13244
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
13249
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
13254
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
13259
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
13264
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
13269
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
13274
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
13279
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
13284
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
13289
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
13294
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
13299
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
13304
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
13308
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
13312
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
13316
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
13320
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
13324
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
13328
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
13333
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
13338
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
13343
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
13348
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
13353
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
13358
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
13363
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
13368
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
13373
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
13378
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
13383
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
13388
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
13393
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
13398
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
13403
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
13408
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
13413
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
13418
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
13423
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
13428
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
13433
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
13438
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
13443
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
13448
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
13453
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
13458
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
13463
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
13468
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
13473
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
13478
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
13483
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
13488
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
13493
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
13498
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
13503
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
13508
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
13513
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
13518
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
13523
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
13528
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
13533
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
13542
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
13547
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
13552
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
13557
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
13562
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
13567
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
13572
public
BooleanDataFrameColumn
ElementwiseEquals(decimal value)
13577
public
BooleanDataFrameColumn
ElementwiseNotEquals(decimal value)
13582
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(decimal value)
13587
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(decimal value)
13592
public
BooleanDataFrameColumn
ElementwiseGreaterThan(decimal value)
13597
public
BooleanDataFrameColumn
ElementwiseLessThan(decimal value)
13602
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
13607
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
13612
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
13617
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
13622
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
13627
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
13632
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
13637
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
13642
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
13647
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
13652
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
13657
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
13662
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
13666
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
13670
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
13674
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
13678
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
13682
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
13686
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
13691
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
13696
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
13701
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
13706
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
13711
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
13716
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
13721
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
13726
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
13731
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
13736
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
13741
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
13746
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
13751
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
13756
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
13761
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
13766
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
13771
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
13776
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
13781
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
13786
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
13791
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
13796
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
13801
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
13806
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
13811
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
13816
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
13821
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
13826
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
13831
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
13836
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
13841
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
13846
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
13851
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
13856
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
13861
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
13870
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
13875
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
13880
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
13885
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
13890
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
13895
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
13900
public
BooleanDataFrameColumn
ElementwiseEquals(decimal value)
13905
public
BooleanDataFrameColumn
ElementwiseNotEquals(decimal value)
13910
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(decimal value)
13915
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(decimal value)
13920
public
BooleanDataFrameColumn
ElementwiseGreaterThan(decimal value)
13925
public
BooleanDataFrameColumn
ElementwiseLessThan(decimal value)
13930
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
13935
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
13940
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
13945
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
13950
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
13955
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
13960
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
13965
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
13970
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
13975
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
13980
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
13985
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
13990
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
13995
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
14000
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
14005
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
14010
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
14015
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
14020
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
14024
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
14028
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
14032
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
14036
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
14040
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
14044
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
14049
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
14054
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
14059
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
14064
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
14069
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
14074
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
14079
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
14084
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
14089
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
14094
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
14099
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
14104
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
14109
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
14114
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
14119
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
14124
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
14129
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
14134
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
14139
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
14144
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
14149
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
14154
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
14159
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
14168
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
14173
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
14178
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
14183
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
14188
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
14193
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
14198
public
BooleanDataFrameColumn
ElementwiseEquals(decimal value)
14203
public
BooleanDataFrameColumn
ElementwiseNotEquals(decimal value)
14208
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(decimal value)
14213
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(decimal value)
14218
public
BooleanDataFrameColumn
ElementwiseGreaterThan(decimal value)
14223
public
BooleanDataFrameColumn
ElementwiseLessThan(decimal value)
14228
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
14233
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
14238
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
14243
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
14248
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
14253
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
14258
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
14263
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
14268
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
14273
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
14278
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
14283
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
14288
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
14293
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
14298
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
14303
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
14308
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
14313
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
14318
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
14323
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
14328
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
14333
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
14338
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
14343
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
14348
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
14352
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
14356
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
14360
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
14364
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
14368
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
14372
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
14377
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
14382
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
14387
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
14392
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
14397
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
14402
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
14407
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
14412
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
14417
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
14422
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
14427
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
14432
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
14437
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
14442
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
14447
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
14452
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
14457
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
14462
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
14467
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
14472
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
14477
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
14482
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
14487
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
14496
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
14501
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
14506
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
14511
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
14516
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
14521
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
14526
public
BooleanDataFrameColumn
ElementwiseEquals(decimal value)
14531
public
BooleanDataFrameColumn
ElementwiseNotEquals(decimal value)
14536
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(decimal value)
14541
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(decimal value)
14546
public
BooleanDataFrameColumn
ElementwiseGreaterThan(decimal value)
14551
public
BooleanDataFrameColumn
ElementwiseLessThan(decimal value)
14556
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
14561
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
14566
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
14571
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
14576
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
14581
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
14586
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
14591
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
14596
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
14601
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
14606
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
14611
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
14616
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
14621
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
14626
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
14631
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
14636
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
14641
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
14646
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
14651
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
14656
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
14661
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
14666
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
14671
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
14676
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
14681
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
14686
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
14691
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
14696
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
14701
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
14706
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
14710
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
14714
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
14718
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
14722
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
14726
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
14730
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
14735
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
14740
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
14745
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
14750
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
14755
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
14760
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
14765
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
14770
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
14775
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
14780
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
14785
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
14790
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
14795
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
14800
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
14805
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
14810
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
14815
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
14824
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
14829
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
14834
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
14839
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
14844
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
14849
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
14854
public
BooleanDataFrameColumn
ElementwiseEquals(decimal value)
14859
public
BooleanDataFrameColumn
ElementwiseNotEquals(decimal value)
14864
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(decimal value)
14869
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(decimal value)
14874
public
BooleanDataFrameColumn
ElementwiseGreaterThan(decimal value)
14879
public
BooleanDataFrameColumn
ElementwiseLessThan(decimal value)
14884
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
14889
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
14894
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
14899
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
14904
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
14909
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
14914
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
14919
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
14924
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
14929
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
14934
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
14939
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
14944
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
14949
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
14954
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
14959
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
14964
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
14969
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
14974
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
14979
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
14984
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
14989
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
14994
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
14999
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
15004
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
15009
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
15014
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
15019
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
15024
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
15029
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
15034
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
15039
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
15044
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
15049
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
15054
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
15059
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
15064
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
15068
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
15072
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
15076
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
15080
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
15084
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
15088
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
15093
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
15098
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
15103
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
15108
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
15113
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
15118
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
15123
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
15128
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
15133
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
15138
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
15143
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
15152
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
15157
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
15162
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
15167
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
15172
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
15177
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
15182
public
BooleanDataFrameColumn
ElementwiseEquals(decimal value)
15187
public
BooleanDataFrameColumn
ElementwiseNotEquals(decimal value)
15192
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(decimal value)
15197
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(decimal value)
15202
public
BooleanDataFrameColumn
ElementwiseGreaterThan(decimal value)
15207
public
BooleanDataFrameColumn
ElementwiseLessThan(decimal value)
15212
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
15217
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
15222
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
15227
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
15232
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
15237
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
15242
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
15247
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
15252
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
15257
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
15262
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
15267
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
15272
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
15277
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
15282
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
15287
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
15292
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
15297
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
15302
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
15307
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
15312
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
15317
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
15322
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
15327
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
15332
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
15337
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
15342
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
15347
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
15352
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
15357
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
15362
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
15367
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
15372
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
15377
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
15382
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
15387
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
15392
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
15396
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
15400
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
15404
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
15408
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
15412
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
15416
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
15421
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
15426
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
15431
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
15436
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
15441
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
15450
public
BooleanDataFrameColumn
ElementwiseEquals(byte value)
15455
public
BooleanDataFrameColumn
ElementwiseNotEquals(byte value)
15460
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(byte value)
15465
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(byte value)
15470
public
BooleanDataFrameColumn
ElementwiseGreaterThan(byte value)
15475
public
BooleanDataFrameColumn
ElementwiseLessThan(byte value)
15480
public
BooleanDataFrameColumn
ElementwiseEquals(decimal value)
15485
public
BooleanDataFrameColumn
ElementwiseNotEquals(decimal value)
15490
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(decimal value)
15495
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(decimal value)
15500
public
BooleanDataFrameColumn
ElementwiseGreaterThan(decimal value)
15505
public
BooleanDataFrameColumn
ElementwiseLessThan(decimal value)
15510
public
BooleanDataFrameColumn
ElementwiseEquals(double value)
15515
public
BooleanDataFrameColumn
ElementwiseNotEquals(double value)
15520
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(double value)
15525
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(double value)
15530
public
BooleanDataFrameColumn
ElementwiseGreaterThan(double value)
15535
public
BooleanDataFrameColumn
ElementwiseLessThan(double value)
15540
public
BooleanDataFrameColumn
ElementwiseEquals(float value)
15545
public
BooleanDataFrameColumn
ElementwiseNotEquals(float value)
15550
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(float value)
15555
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(float value)
15560
public
BooleanDataFrameColumn
ElementwiseGreaterThan(float value)
15565
public
BooleanDataFrameColumn
ElementwiseLessThan(float value)
15570
public
BooleanDataFrameColumn
ElementwiseEquals(int value)
15575
public
BooleanDataFrameColumn
ElementwiseNotEquals(int value)
15580
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(int value)
15585
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(int value)
15590
public
BooleanDataFrameColumn
ElementwiseGreaterThan(int value)
15595
public
BooleanDataFrameColumn
ElementwiseLessThan(int value)
15600
public
BooleanDataFrameColumn
ElementwiseEquals(long value)
15605
public
BooleanDataFrameColumn
ElementwiseNotEquals(long value)
15610
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(long value)
15615
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(long value)
15620
public
BooleanDataFrameColumn
ElementwiseGreaterThan(long value)
15625
public
BooleanDataFrameColumn
ElementwiseLessThan(long value)
15630
public
BooleanDataFrameColumn
ElementwiseEquals(sbyte value)
15635
public
BooleanDataFrameColumn
ElementwiseNotEquals(sbyte value)
15640
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(sbyte value)
15645
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(sbyte value)
15650
public
BooleanDataFrameColumn
ElementwiseGreaterThan(sbyte value)
15655
public
BooleanDataFrameColumn
ElementwiseLessThan(sbyte value)
15660
public
BooleanDataFrameColumn
ElementwiseEquals(short value)
15665
public
BooleanDataFrameColumn
ElementwiseNotEquals(short value)
15670
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(short value)
15675
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(short value)
15680
public
BooleanDataFrameColumn
ElementwiseGreaterThan(short value)
15685
public
BooleanDataFrameColumn
ElementwiseLessThan(short value)
15690
public
BooleanDataFrameColumn
ElementwiseEquals(uint value)
15695
public
BooleanDataFrameColumn
ElementwiseNotEquals(uint value)
15700
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(uint value)
15705
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(uint value)
15710
public
BooleanDataFrameColumn
ElementwiseGreaterThan(uint value)
15715
public
BooleanDataFrameColumn
ElementwiseLessThan(uint value)
15720
public
BooleanDataFrameColumn
ElementwiseEquals(ulong value)
15725
public
BooleanDataFrameColumn
ElementwiseNotEquals(ulong value)
15730
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ulong value)
15735
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ulong value)
15740
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ulong value)
15745
public
BooleanDataFrameColumn
ElementwiseLessThan(ulong value)
15750
public
BooleanDataFrameColumn
ElementwiseEquals(ushort value)
15754
public
BooleanDataFrameColumn
ElementwiseNotEquals(ushort value)
15758
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(ushort value)
15762
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(ushort value)
15766
public
BooleanDataFrameColumn
ElementwiseGreaterThan(ushort value)
15770
public
BooleanDataFrameColumn
ElementwiseLessThan(ushort value)
15778
public
BooleanDataFrameColumn
ElementwiseEquals(DateTime value)
15782
public
BooleanDataFrameColumn
ElementwiseNotEquals(DateTime value)
15786
public
BooleanDataFrameColumn
ElementwiseGreaterThanOrEqual(DateTime value)
15790
public
BooleanDataFrameColumn
ElementwiseLessThanOrEqual(DateTime value)
15794
public
BooleanDataFrameColumn
ElementwiseGreaterThan(DateTime value)
15798
public
BooleanDataFrameColumn
ElementwiseLessThan(DateTime value)
PrimitiveDataFrameColumn.BinaryOperationImplementations.Exploded.cs (27)
227
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation,
BooleanDataFrameColumn
column)
232
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, bool value)
240
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, ByteDataFrameColumn column)
245
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, byte value)
253
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, DecimalDataFrameColumn column)
258
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, decimal value)
266
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, DoubleDataFrameColumn column)
271
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, double value)
279
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, SingleDataFrameColumn column)
284
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, float value)
292
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, Int32DataFrameColumn column)
297
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, int value)
305
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, Int64DataFrameColumn column)
310
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, long value)
318
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, SByteDataFrameColumn column)
323
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, sbyte value)
331
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, Int16DataFrameColumn column)
336
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, short value)
344
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, UInt32DataFrameColumn column)
349
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, uint value)
357
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, UInt64DataFrameColumn column)
362
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, ulong value)
370
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, UInt16DataFrameColumn column)
375
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, ushort value)
383
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, DateTimeDataFrameColumn column)
388
internal
BooleanDataFrameColumn
HandleOperationImplementation(ComparisonOperation operation, DateTime value)
PrimitiveDataFrameColumn.BinaryOperators.cs (15)
7247
public static
BooleanDataFrameColumn
operator &(
BooleanDataFrameColumn
left,
BooleanDataFrameColumn
right)
7254
public static
BooleanDataFrameColumn
operator &(
BooleanDataFrameColumn
left, bool right)
7261
public static
BooleanDataFrameColumn
operator |(
BooleanDataFrameColumn
left,
BooleanDataFrameColumn
right)
7268
public static
BooleanDataFrameColumn
operator |(
BooleanDataFrameColumn
left, bool right)
7275
public static
BooleanDataFrameColumn
operator ^(
BooleanDataFrameColumn
left,
BooleanDataFrameColumn
right)
7282
public static
BooleanDataFrameColumn
operator ^(
BooleanDataFrameColumn
left, bool right)
PrimitiveDataFrameColumn.cs (3)
533
internal
BooleanDataFrameColumn
CloneAsBooleanColumn()
930
var
ret = new BooleanDataFrameColumn(Name, Length);
942
var
ret = new BooleanDataFrameColumn(Name, Length);
Microsoft.Data.Analysis.PerformanceTests (4)
PerformanceTests.cs (4)
206
var
column = _int32Column1.ElementwiseEquals(_int32Column2);
212
var
column = _int16Column1.ElementwiseEquals(_int16Column2);
219
var
column = _doubleColumn1.ElementwiseEquals(_doubleColumn2);
225
var
column = _floatColumn1.ElementwiseEquals(_floatColumn2);
Microsoft.Data.Analysis.Tests (105)
DataFrame.IOTests.cs (1)
32
Assert.IsType<
BooleanDataFrameColumn
>(column);
DataFrameColumn.BinaryOperationTests.cs (88)
2060
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2062
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2075
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2077
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2090
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2092
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2105
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2107
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2120
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2122
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2135
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2137
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2150
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2152
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2165
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2167
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2180
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2182
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2195
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2197
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2210
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(otherColumn);
2212
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2224
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2226
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2236
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2238
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2248
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2250
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2260
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2262
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2272
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2274
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2284
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2286
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2296
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2298
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2308
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2310
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2320
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2322
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2332
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2334
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2344
BooleanDataFrameColumn
columnResult = column.ElementwiseEquals(value);
2346
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2357
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2359
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2372
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2374
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2387
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2389
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2402
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2404
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2417
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2419
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2432
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2434
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2447
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2449
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2462
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2464
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2477
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2479
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2492
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2494
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2507
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(otherColumn);
2509
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2521
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2523
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2533
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2535
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2545
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2547
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2557
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2559
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2569
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2571
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2581
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2583
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2593
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2595
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2605
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2607
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2617
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2619
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2629
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2631
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
2641
BooleanDataFrameColumn
columnResult = column.ElementwiseNotEquals(value);
2643
var
verifyColumn = new BooleanDataFrameColumn("Verify", verify);
DataFrameTests.BinaryOperations.cs (8)
168
var
dataFrameColumn1 = new BooleanDataFrameColumn("Bool1", Enumerable.Range(0, 10).Select(x => true));
169
var
dataFrameColumn2 = new BooleanDataFrameColumn("Bool2", Enumerable.Range(0, 10).Select(x => true));
221
var
equalsResult = dataFrameColumn1.ElementwiseEquals(dataFrameColumn2);
229
var
notEqualsResult = dataFrameColumn1.ElementwiseNotEquals(dataFrameColumn2);
468
BooleanDataFrameColumn
bools = df.Columns["Bool"] as
BooleanDataFrameColumn
;
469
BooleanDataFrameColumn
allFalse = bools.Or(true).And(true).Xor(true);
473
BooleanDataFrameColumn
inPlaceAllFalse = bools.Or(true, inPlace: true).And(true, inPlace: true).Xor(true, inPlace: true);
DataFrameTests.Computations.cs (6)
480
var
col1 = new BooleanDataFrameColumn("col1", new Boolean[] { true, false, true });
481
var
col2 = new BooleanDataFrameColumn("col2", new Boolean[] { false, true, true });
484
var
col4 = col1.And(col2);
497
var
col1 = new BooleanDataFrameColumn("col1", new Boolean[] { true, false, true });
498
var
col2 = new BooleanDataFrameColumn("col2", new Boolean[] { false, true, true });
501
var
col4 = col1.Or(col2);
DataFrameTests.cs (2)
934
BooleanDataFrameColumn
bigInts = new BooleanDataFrameColumn("BigInts", df.Columns["Int"].ElementwiseGreaterThan(5));
1298
BooleanDataFrameColumn
bools = dataFrame.Columns.GetBooleanColumn("Bool");
Microsoft.ML.Fairlearn (1)
Metrics\FairlearnMetricCatalog.cs (1)
199
var
primitiveColumn = new BooleanDataFrameColumn(column.Name);