[]
Replace: unary, simple (without aggregation) operation on strings.
public static ColumnOp Rpl(Column col, string oldValue, string newValue)
Type | Name | Description |
---|---|---|
Column | col | String operand. |
string | oldValue | Substring to replace. |
string | newValue | Substring to replace it with. |
Type | Description |
---|---|
ColumnOp |