Placeholder for GIS expr: _ST_GEOHASH and _ST_MAKEPOINT

This commit is contained in:
obdev
2024-02-02 11:12:17 +00:00
committed by ob-robot
parent 5acd361739
commit a49c73826b
2 changed files with 4 additions and 0 deletions

View File

@ -1120,6 +1120,8 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
ObExprIs::json_is_false, /* 676 */
NULL, //ObExprCurrentRole::eval_current_role /* 677 */
ObExprMod::mod_decimalint, /* 678 */
NULL, // ObExprPrivSTGeoHash::eval_priv_st_geohash, /* 679 */
NULL, // ObExprPrivSTMakePoint::eval_priv_st_makepoint, /* 680 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {