fix external table bug

This commit is contained in:
SevenJ-swj
2023-12-22 08:13:31 +00:00
committed by ob-robot
parent 8ed5d9afef
commit 2bbae19623
3 changed files with 22 additions and 12 deletions

View File

@ -101,8 +101,7 @@ class ObExternalTableUtils {
int64_t sqc_count);
static int filter_files_in_locations(common::ObIArray<share::ObExternalFileInfo> &files,
common::ObIArray<common::ObAddr> &locations,
common::ObIArray<share::ObExternalFileInfo> &res);
common::ObIArray<common::ObAddr> &locations);
private:
static bool is_left_edge(const common::ObObj &value);
static bool is_right_edge(const common::ObObj &value);