Refine filtering external files by pattern option
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
#define OBDEV_SRC_EXTERNAL_TABLE_FILE_TASK_H_
|
||||
#include "rpc/obrpc/ob_rpc_result_code.h"
|
||||
#include "deps/oblib/src/lib/lock/ob_thread_cond.h"
|
||||
#include "sql/engine/expr/ob_expr_regexp_context.h"
|
||||
namespace oceanbase
|
||||
{
|
||||
namespace share
|
||||
@ -47,9 +48,11 @@ class ObLoadExternalFileListReq
|
||||
OB_UNIS_VERSION(1);
|
||||
public:
|
||||
ObLoadExternalFileListReq() :
|
||||
location_() {}
|
||||
location_(), pattern_() {}
|
||||
public:
|
||||
ObString location_;
|
||||
ObString pattern_;
|
||||
sql::ObExprRegexpSessionVariables regexp_vars_;
|
||||
TO_STRING_KV(K_(location));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user