Hide the encodesortkey expression to the user

This commit is contained in:
obdev
2023-03-08 09:41:21 +00:00
committed by ob-robot
parent 5857afe8c0
commit 61db0e9a11

View File

@ -29,7 +29,7 @@ namespace sql
ObExprEncodeSortkey::ObExprEncodeSortkey(ObIAllocator &alloc)
: ObExprOperator(
alloc, T_FUN_SYS_ENCODE_SORTKEY, N_ENCODE_SORTKEY, MORE_THAN_TWO, NOT_ROW_DIMENSION,
false, false)
INTERNAL_IN_MYSQL_MODE, INTERNAL_IN_ORACLE_MODE)
{}
ObExprEncodeSortkey::~ObExprEncodeSortkey()