[feature](vectorized) support vexplode_bitmap (#8890)

This commit is contained in:
Pxl
2022-04-08 09:20:26 +08:00
committed by GitHub
parent fa8e4ec2f0
commit dbbc6549bd
7 changed files with 142 additions and 7 deletions

View File

@ -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