[FEAT MERGE] GIS

This commit is contained in:
obdev
2022-12-23 12:08:27 +00:00
committed by ob-robot
parent 38846e73d6
commit 40d215fc5a
519 changed files with 158600 additions and 8396 deletions

View File

@ -139,6 +139,8 @@ private:
bool &is_nmb_literal,
ObRawExpr *&interval_expr,
ObRawExpr *&date_unit_expr);
int process_geo_func_node(const ParseNode *node, ObRawExpr *&expr);
int set_geo_func_name(ObSysFunRawExpr *func_expr, const ObItemType func_type);
bool is_win_expr_valid_scope(ObStmtScope scope) const;
int check_and_canonicalize_window_expr(ObRawExpr *expr);
int process_ident_node(const ParseNode &node, ObRawExpr *&expr);