[]
Substring: unary, simple (without aggregation) operation on strings.
public static ColumnOp SubStr(Column col, int startIndex, int length)
| Type | Name | Description |
|---|---|---|
| Column | col | String operand. |
| int | startIndex | Extract substring starting from this index. |
| int | length | Length of the substring. |
| Type | Description |
|---|---|
| ColumnOp |