[]
        
(Showing Draft Content)

C1.DataEngine.Op.LCase

LCase Method

LCase(Column)

Convert to lower case: unary, simple (without aggregation) operation on strings.

Declaration
public static ColumnOp LCase(Column col)
Public Shared Function LCase(col As Column) As ColumnOp
Parameters
Type Name Description
Column col

String operand.

Returns
Type Description
ColumnOp