So I must use like this: `TableA.name.alias("conve...
# exposed
d
So I must use like this: `TableA.name.alias("convert_to(name,'gbk')").aliasOnlyExpression()`;and it will be translated to SQL:
select convert_to(name,'gbk')  from TableA
; this is what I really espect