PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs (95)
150return longColumn.HandleOperationImplementation(BinaryOperation.Add, column, inPlace: true);
155return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, column, inPlace: true);
160return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, column, inPlace: true);
165return longColumn.HandleOperationImplementation(BinaryOperation.Divide, column, inPlace: true);
170return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, column, inPlace: true);
1161return longColumn.HandleOperationImplementation(BinaryOperation.Add, column, inPlace: true);
1166return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, column, inPlace: true);
1171return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, column, inPlace: true);
1176return longColumn.HandleOperationImplementation(BinaryOperation.Divide, column, inPlace: true);
1181return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, column, inPlace: true);
1237return longColumn.HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace: true);
1243return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace: true);
1249return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace: true);
1255return longColumn.HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace: true);
1261return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace: true);
1325return HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace);
1330return HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace);
1335return HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace);
1340return HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace);
1345return HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace);
1425return HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace);
1430return HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace);
1435return HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace);
1440return HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace);
1445return HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace);
1449return HandleOperationImplementation(BinaryOperation.Add, column, inPlace);
1453return HandleOperationImplementation(BinaryOperation.Subtract, column, inPlace);
1457return HandleOperationImplementation(BinaryOperation.Multiply, column, inPlace);
1461return HandleOperationImplementation(BinaryOperation.Divide, column, inPlace);
1465return HandleOperationImplementation(BinaryOperation.Modulo, column, inPlace);
1470return HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace);
1475return HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace);
1480return HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace);
1485return HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace);
1490return HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace);
1495return HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace);
1500return HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace);
1505return HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace);
1510return HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace);
1515return HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace);
1520return HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace);
1525return HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace);
1530return HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace);
1535return HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace);
1540return HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace);
1545return HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace);
1550return HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace);
1555return HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace);
1560return HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace);
1565return HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace);
1704return longColumn.HandleOperationImplementation(BinaryOperation.Add, column, inPlace: true);
1709return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, column, inPlace: true);
1714return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, column, inPlace: true);
1719return longColumn.HandleOperationImplementation(BinaryOperation.Divide, column, inPlace: true);
1724return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, column, inPlace: true);
1790return longColumn.HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace: true);
1796return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace: true);
1802return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace: true);
1808return longColumn.HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace: true);
1814return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace: true);
2013return longColumn.HandleOperationImplementation(BinaryOperation.Add, column, inPlace: true);
2018return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, column, inPlace: true);
2023return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, column, inPlace: true);
2028return longColumn.HandleOperationImplementation(BinaryOperation.Divide, column, inPlace: true);
2033return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, column, inPlace: true);
2099return longColumn.HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace: true);
2105return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace: true);
2111return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace: true);
2117return longColumn.HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace: true);
2123return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace: true);
2293return longColumn.HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace: true);
2299return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace: true);
2305return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace: true);
2311return longColumn.HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace: true);
2317return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace: true);
2322return longColumn.HandleOperationImplementation(BinaryOperation.Add, column, inPlace: true);
2327return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, column, inPlace: true);
2332return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, column, inPlace: true);
2337return longColumn.HandleOperationImplementation(BinaryOperation.Divide, column, inPlace: true);
2342return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, column, inPlace: true);
2348return longColumn.HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace: true);
2354return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace: true);
2360return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace: true);
2366return longColumn.HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace: true);
2372return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace: true);
2378return longColumn.HandleOperationImplementation(BinaryOperation.Add, otherlongColumn, inPlace: true);
2384return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, otherlongColumn, inPlace: true);
2390return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, otherlongColumn, inPlace: true);
2396return longColumn.HandleOperationImplementation(BinaryOperation.Divide, otherlongColumn, inPlace: true);
2402return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, otherlongColumn, inPlace: true);
2875return longColumn.HandleOperationImplementation(BinaryOperation.Add, column, inPlace: true);
2880return longColumn.HandleOperationImplementation(BinaryOperation.Subtract, column, inPlace: true);
2885return longColumn.HandleOperationImplementation(BinaryOperation.Multiply, column, inPlace: true);
2890return longColumn.HandleOperationImplementation(BinaryOperation.Divide, column, inPlace: true);
2895return longColumn.HandleOperationImplementation(BinaryOperation.Modulo, column, inPlace: true);