[refactor][be] Optimize headers (#9708)
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
|
||||
#include "vec/functions/function_grouping.h"
|
||||
|
||||
#include "vec/functions/simple_function_factory.h"
|
||||
|
||||
namespace doris::vectorized {
|
||||
void register_function_grouping(SimpleFunctionFactory& factory) {
|
||||
factory.register_function<FunctionGrouping>();
|
||||
|
||||
Reference in New Issue
Block a user