PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs (95)
3299return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
3309return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
3319return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
3329return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
3339return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
5275return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
5285return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
5295return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
5305return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
5315return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
5425return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
5435return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
5445return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
5455return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
5465return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
5579return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace);
5589return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace);
5599return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace);
5609return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace);
5619return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace);
5779return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace);
5789return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace);
5799return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace);
5809return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace);
5819return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace);
5827return HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace);
5835return HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace);
5843return HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace);
5851return HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace);
5859return HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace);
5869return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace);
5879return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace);
5889return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace);
5899return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace);
5909return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace);
5919return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace);
5929return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace);
5939return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace);
5949return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace);
5959return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace);
5969return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace);
5979return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace);
5989return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace);
5999return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace);
6009return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace);
6019return HandleReverseOperationImplementation(BinaryOperation.Add, convertedValue, inPlace);
6029return HandleReverseOperationImplementation(BinaryOperation.Subtract, convertedValue, inPlace);
6039return HandleReverseOperationImplementation(BinaryOperation.Multiply, convertedValue, inPlace);
6049return HandleReverseOperationImplementation(BinaryOperation.Divide, convertedValue, inPlace);
6059return HandleReverseOperationImplementation(BinaryOperation.Modulo, convertedValue, inPlace);
6323return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
6333return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
6343return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
6353return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
6363return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
6473return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
6483return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
6493return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
6503return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
6513return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
6877return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
6887return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
6897return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
6907return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
6917return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
7027return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
7037return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
7047return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
7057return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
7067return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
7381return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
7391return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
7401return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
7411return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
7421return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
7431return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
7441return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
7451return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
7461return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
7471return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
7481return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
7491return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
7501return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
7511return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
7521return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
7531return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
7541return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
7551return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
7561return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
7571return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);
8469return longColumn.HandleReverseOperationImplementation(BinaryOperation.Add, value, inPlace: true);
8479return longColumn.HandleReverseOperationImplementation(BinaryOperation.Subtract, value, inPlace: true);
8489return longColumn.HandleReverseOperationImplementation(BinaryOperation.Multiply, value, inPlace: true);
8499return longColumn.HandleReverseOperationImplementation(BinaryOperation.Divide, value, inPlace: true);
8509return longColumn.HandleReverseOperationImplementation(BinaryOperation.Modulo, value, inPlace: true);