[]
        
(Showing Draft Content)

C1.DataEngine.Op.SubStr

SubStr Method

SubStr(Column, int, int)

Substring: unary, simple (without aggregation) operation on strings.

Declaration
public static ColumnOp SubStr(Column col, int startIndex, int length)
Parameters
Type Name Description
Column col

String operand.

int startIndex

Extract substring starting from this index.

int length

Length of the substring.

Returns
Type Description
ColumnOp