Module expr

Source

Modulesยง

binary_op ๐Ÿ”’
column ๐Ÿ”’
function ๐Ÿ”’
order_by ๐Ÿ”’
subquery ๐Ÿ”’
value ๐Ÿ”’

Constantsยง

CASE_WHEN_ARMS_OPTIMIZE_LIMIT ๐Ÿ”’
The limit arms for case-when expression When the number of condition arms exceed this limit, we will try optimize the case-when expression to ConstantLookupExpression Check case.rs for details.

Functionsยง

bind_data_type