[feature](vectorized) support lateral view (#8448)
This commit is contained in:
@ -21,6 +21,7 @@ namespace doris::vectorized {
|
||||
|
||||
void register_function_fake(SimpleFunctionFactory& factory) {
|
||||
factory.register_function<FunctionFake<FunctionEsqueryImpl>>();
|
||||
factory.register_function<FunctionFake<FunctionExplodeSplitImpl>>();
|
||||
}
|
||||
|
||||
} // namespace doris::vectorized
|
||||
|
||||
Reference in New Issue
Block a user