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