[feature](vectorized) support vexplode_bitmap (#8890)
This commit is contained in:
@ -26,6 +26,7 @@ void register_function_fake(SimpleFunctionFactory& factory) {
|
||||
factory.register_function<FunctionFake<FunctionExplodeJsonArrayDoubleImpl>>();
|
||||
factory.register_function<FunctionFake<FunctionExplodeJsonArrayIntImpl>>();
|
||||
factory.register_function<FunctionFake<FunctionExplodeJsonArrayStringImpl>>();
|
||||
factory.register_function<FunctionFake<FunctionExplodeBitmapImpl>>();
|
||||
}
|
||||
|
||||
} // namespace doris::vectorized
|
||||
|
||||
Reference in New Issue
Block a user