We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a78a14 commit 3e08c55Copy full SHA for 3e08c55
src/core/expr/funary/unary_minus.cc
@@ -41,11 +41,7 @@ class FExpr_UnaryMinus : public FExpr_FuncUnary {
41
static inline T op_minus(T x) {
42
return -x;
43
}
44
- /**
45
- * Unary operator `+` upcasts each numeric column to INT32, but
46
- * otherwise keeps unmodified. The operator cannot be applied to
47
- * string columns.
48
- */
+
49
Column evaluate1(Column&& col) const override{
50
SType stype = col.stype();
51
0 commit comments