Hide the encodesortkey expression to the user
This commit is contained in:
@ -29,7 +29,7 @@ namespace sql
|
|||||||
ObExprEncodeSortkey::ObExprEncodeSortkey(ObIAllocator &alloc)
|
ObExprEncodeSortkey::ObExprEncodeSortkey(ObIAllocator &alloc)
|
||||||
: ObExprOperator(
|
: ObExprOperator(
|
||||||
alloc, T_FUN_SYS_ENCODE_SORTKEY, N_ENCODE_SORTKEY, MORE_THAN_TWO, NOT_ROW_DIMENSION,
|
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()
|
ObExprEncodeSortkey::~ObExprEncodeSortkey()
|
||||||
|
|||||||
Reference in New Issue
Block a user