[refactor](exceptionsafe) add factory creator to some class (#18978)
make vexprecontext,vexpr,function,query context,runtimestate thread safe. --------- Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
@ -48,6 +48,8 @@ class VExprContext;
|
||||
namespace doris::vectorized {
|
||||
|
||||
class ArrayFilterFunction : public LambdaFunction {
|
||||
ENABLE_FACTORY_CREATOR(ArrayFilterFunction);
|
||||
|
||||
public:
|
||||
~ArrayFilterFunction() override = default;
|
||||
|
||||
|
||||
@ -48,6 +48,8 @@ class VExprContext;
|
||||
namespace doris::vectorized {
|
||||
|
||||
class ArrayMapFunction : public LambdaFunction {
|
||||
ENABLE_FACTORY_CREATOR(ArrayMapFunction);
|
||||
|
||||
public:
|
||||
~ArrayMapFunction() override = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user