GoEddie / spark-connect-dotnet

MIT License
10 stars 2 forks source link

Column operators / and * for double #10

Closed mrericrichter closed 4 months ago

mrericrichter commented 4 months ago

Could you please add the * and / operators to the Column class such as:

public static Column operator *(Column lvalue, double right)

and

public static Column operator /(Column lvalue, double right)

GoEddie commented 4 months ago

Added (also added a load more) in build 16