[FEAT MERGE] Full-Text Search Index Phase II

Co-authored-by: SuperYoko <lipeng.yk@gmail.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: wz-WillZheng <18701736737@163.com>
This commit is contained in:
Tyshawn
2024-09-25 09:46:06 +00:00
committed by ob-robot
parent 0840e70f8a
commit 24962e3cee
113 changed files with 6939 additions and 1278 deletions

View File

@ -35,7 +35,7 @@ int ObExprDocLength::calc_result_typeN(ObExprResType &type,
ret = OB_INVALID_ARGUMENT;
LOG_WARN("invalid argument for fulltext expr", K(ret), K(param_num), KP(types));
} else {
types[0].set_uint64();
type.set_uint64();
type.set_scale(ObAccuracy::DDL_DEFAULT_ACCURACY[ObUInt64Type].scale_);
type.set_precision(ObAccuracy::DDL_DEFAULT_ACCURACY[ObUInt64Type].precision_);
type.set_result_flag(NOT_NULL_FLAG);