173 | 1.13k | } _ZN5doris21SimpleFunctionFactory17register_functionINS_26MockFunctionThrowExceptionEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_44MockFunctionThrowExceptionNotMatchReturnTypeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_4UuidEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_10IsUuidImplENS_10NameIsUuidEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionVariantElementEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionBeTestMockEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_13FunctionEmbedEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionAIClassifyEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionAIExtractEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionAIFilterEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionAIFixGrammarEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionAIGenerateEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionAIMaskEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionAISentimentEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionAISimilarityEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionAISummarizeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionAITranslateEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionArrayFlattenEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionArrayExistsEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionArrayElementEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayIndexINS_19ArrayContainsActionEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayIndexINS_19ArrayPositionActionEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayIndexINS_15ArrayCountEqualEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionArrayMappedINS_18ArrayAggregateImplILNS_18AggregateOperationE0EEENS_12NameArrayMinEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionArrayMappedINS_18ArrayAggregateImplILNS_18AggregateOperationE1EEENS_12NameArrayMaxEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionArrayMappedINS_13ArrayJoinImplENS_13NameArrayJoinEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayDistanceINS_10L1DistanceEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayDistanceINS_10L2DistanceEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayDistanceINS_14CosineDistanceEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayDistanceINS_16CosineSimilarityEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayDistanceINS_12InnerProductEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayDistanceINS_21L2DistanceApproximateEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayDistanceINS_23InnerProductApproximateEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayDistinctEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionArrayBinaryINS_12ArraySetImplILNS_12SetOperationE1EEENS_15NameArrayExceptEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionArrayNaryINS_12ArrayMapImplILNS_12MapOperationE0EEENS_18NameArrayIntersectEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionArrayDifferenceEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionArrayEnumerateEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_26FunctionArrayEnumerateUniqEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_12RangeOneImplILNS_13PrimitiveTypeE5EvEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_12RangeTwoImplILNS_13PrimitiveTypeE5EvEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_12RangeTwoImplILNS_13PrimitiveTypeE26EvEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_14RangeThreeImplILNS_13PrimitiveTypeE5EvEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_14RangeThreeImplILNS_13PrimitiveTypeE26ESt17integral_constantINS_8TimeUnitELS6_9EEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_14RangeThreeImplILNS_13PrimitiveTypeE26ESt17integral_constantINS_8TimeUnitELS6_8EEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_14RangeThreeImplILNS_13PrimitiveTypeE26ESt17integral_constantINS_8TimeUnitELS6_7EEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_14RangeThreeImplILNS_13PrimitiveTypeE26ESt17integral_constantINS_8TimeUnitELS6_6EEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_14RangeThreeImplILNS_13PrimitiveTypeE26ESt17integral_constantINS_8TimeUnitELS6_5EEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_14RangeThreeImplILNS_13PrimitiveTypeE26ESt17integral_constantINS_8TimeUnitELS6_4EEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_14RangeThreeImplILNS_13PrimitiveTypeE26ESt17integral_constantINS_8TimeUnitELS6_3EEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayRangeINS_14RangeThreeImplILNS_13PrimitiveTypeE26ESt17integral_constantINS_8TimeUnitELS6_2EEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionArrayCompactEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionArrayPopbackEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayPopfrontEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionArrayConstructorEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayApplyEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionArrayConcatEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionArrayPushfrontEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArrayPushbackEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionArrayFirstOrLastIndexILb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionArrayFirstOrLastIndexILb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArrayCountEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionArrayFilterEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionArrayContainsAllEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionArrayRemoveEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionArrayShuffleEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArraySliceEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionArraySortINS_13NameArraySortELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionArraySortINS_20NameArrayReverseSortELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionArraySortByEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArraySplitILb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionArraySplitILb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionArrayNaryINS_12ArrayMapImplILNS_12MapOperationE1EEENS_14NameArrayUnionEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionArrayWithConstantINS_21NameArrayWithConstantEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionArrayWithConstantINS_15NameArrayRepeatEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionArrayZipEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionArraysOverlapEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18ArrayMatchFunctionILb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18ArrayMatchFunctionILb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionBuilderCastEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | | register_function(Function::name, &createDefaultFunction<Function>); | 170 | 1 | } else { | 171 | 1 | register_function(Function::name, &Function::create); | 172 | 1 | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionEqForNullEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionComparisonINS_8EqualsOpENS_10NameEqualsEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionComparisonINS_11NotEqualsOpENS_13NameNotEqualsEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionComparisonINS_9GreaterOpENS_11NameGreaterEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionComparisonINS_17GreaterOrEqualsOpENS_19NameGreaterOrEqualsEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionComparisonINS_6LessOpENS_8NameLessEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionComparisonINS_14LessOrEqualsOpENS_16NameLessOrEqualsEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_18DivideFloatingImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE20ELS4_20EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE28ELS4_28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE28ELS4_29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE28ELS4_30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE28ELS4_35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE29ELS4_28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE29ELS4_29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE29ELS4_30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE29ELS4_35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE30ELS4_28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE30ELS4_29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE30ELS4_30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE30ELS4_35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE35ELS4_28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE35ELS4_29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE35ELS4_30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionDivINS_17DivideDecimalImplILNS_13PrimitiveTypeE35ELS4_35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionAssertTrueEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitAndImplILNS_13PrimitiveTypeE3EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitAndImplILNS_13PrimitiveTypeE4EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitAndImplILNS_13PrimitiveTypeE5EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitAndImplILNS_13PrimitiveTypeE6EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitAndImplILNS_13PrimitiveTypeE7EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_9BitOrImplILNS_13PrimitiveTypeE3EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_9BitOrImplILNS_13PrimitiveTypeE4EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_9BitOrImplILNS_13PrimitiveTypeE5EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_9BitOrImplILNS_13PrimitiveTypeE6EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_9BitOrImplILNS_13PrimitiveTypeE7EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitXorImplILNS_13PrimitiveTypeE3EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitXorImplILNS_13PrimitiveTypeE4EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitXorImplILNS_13PrimitiveTypeE5EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitXorImplILNS_13PrimitiveTypeE6EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionBitINS_10BitXorImplILNS_13PrimitiveTypeE7EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_10BitNotImplIaEENS_10NameBitNotELNS_13PrimitiveTypeE3EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_10BitNotImplIsEENS_10NameBitNotELNS_13PrimitiveTypeE4EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_10BitNotImplIiEENS_10NameBitNotELNS_13PrimitiveTypeE5EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_10BitNotImplIlEENS_10NameBitNotELNS_13PrimitiveTypeE6EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_10BitNotImplInEENS_10NameBitNotELNS_13PrimitiveTypeE7EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_13BitLengthImplENS_13NameBitLengthEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12BitCountImplIaEENS_12NameBitCountELNS_13PrimitiveTypeE3EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12BitCountImplIsEENS_12NameBitCountELNS_13PrimitiveTypeE4EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12BitCountImplIiEENS_12NameBitCountELNS_13PrimitiveTypeE5EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12BitCountImplIlEENS_12NameBitCountELNS_13PrimitiveTypeE6EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12BitCountImplInEENS_12NameBitCountELNS_13PrimitiveTypeE7EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionBitShiftINS_17BitShiftRightImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionBitShiftINS_16BitShiftLeftImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionBitTestEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_13FunctionConstINS_11BitmapEmptyELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionAlwaysNotNullableINS_8ToBitmapELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionAlwaysNotNullableINS_17ToBitmapWithCheckELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionBitmapAlwaysNullINS_16BitmapFromStringEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_14BitmapToBase64ENS_18NameBitmapToBase64EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionBitmapAlwaysNullINS_16BitmapFromBase64EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionBitmapAlwaysNullINS_15BitmapFromArrayEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionAlwaysNotNullableINS_10BitmapHashILi32EEELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionAlwaysNotNullableINS_10BitmapHashILi64EEELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionBitmapCountEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBitmapSingleINS_21FunctionBitmapMinImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBitmapSingleINS_21FunctionBitmapMaxImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_14BitmapToStringENS_18NameBitmapToStringEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeBitMapES3_NS_9BitmapNotENS_13NameBitmapNotEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeBitMapES3_NS_12BitmapAndNotENS_16NameBitmapAndNotEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionBitmapAndNotCountINS_21NameBitmapAndNotCountEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeBitMapENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_14BitmapContainsENS_18NameBitmapContainsEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeBitMapENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_12BitmapRemoveENS_16NameBitmapRemoveEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeBitMapES3_NS_12BitmapHasAnyENS_16NameBitmapHasAnyEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeBitMapES3_NS_12BitmapHasAllENS_16NameBitmapHasAllEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionBitmapSubsINS_9SubBitmapEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionBitmapSubsINS_17BitmapSubsetLimitEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionBitmapSubsINS_19BitmapSubsetInRangeEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionBitmapToArrayEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionBitMapVariadicINS_8BitmapOrEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionBitMapVariadicINS_9BitmapXorEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionBitMapVariadicINS_9BitmapAndEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionBitMapVariadicINS_13BitmapOrCountEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionBitMapVariadicINS_14BitmapAndCountEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionBitMapVariadicINS_14BitmapXorCountEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionCollectionInILb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionCollectionInILb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionCompressEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionUncompressEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionConvINS_13ConvInt64ImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionConvINS_14ConvStringImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionConvertTZEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionRelativeDayILb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionRelativeDayILb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionCurrentDateOrDateTimeINS_19CurrentDateTimeImplINS_15NowFunctionNameELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionCurrentDateOrDateTimeINS_19CurrentDateTimeImplINS_15NowFunctionNameELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionCurrentDateOrDateTimeINS_15CurrentTimeImplINS_19CurTimeFunctionNameEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionCurrentDateOrDateTimeINS_7UtcImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionCurrentDateOrDateTimeINS_7UtcImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionCurrentDateOrDateTimeINS_7UtcImplILNS_13PrimitiveTypeE27EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionCurrentDateOrDateTimeINS_13TimeToSecImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionCurrentDateOrDateTimeINS_13SecToTimeImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19TimestampToDateTimeINS_8MicroSecEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19TimestampToDateTimeINS_8MilliSecEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19TimestampToDateTimeINS_3SecEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionMonthsBetweenEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTimeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionGetFormatEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionNeedsToHandleNullINS_13PeriodAddImplELNS_13PrimitiveTypeE6EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionNeedsToHandleNullINS_14PeriodDiffImplELNS_13PrimitiveTypeE6EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_11AddDaysImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_12AddWeeksImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_13AddMonthsImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_12AddYearsImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_15AddQuartersImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19AddMicrosecondsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19AddMillisecondsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_14AddSecondsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_14AddMinutesImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_12AddHoursImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_11AddDaysImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_12AddWeeksImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_13AddMonthsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_12AddYearsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_15AddQuartersImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19AddMicrosecondsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19AddMillisecondsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_14AddSecondsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_14AddMinutesImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_12AddHoursImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_11AddDaysImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_12AddWeeksImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_13AddMonthsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_12AddYearsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_15AddQuartersImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE10ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_29SubtractSecondMicrosecondImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE10ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_29SubtractSecondMicrosecondImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE11ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_29SubtractMinuteMicrosecondImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE11ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_29SubtractMinuteMicrosecondImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE12ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_24SubtractMinuteSecondImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE12ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_24SubtractMinuteSecondImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE13ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_27SubtractHourMicrosecondImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE13ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_27SubtractHourMicrosecondImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE14ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_22SubtractHourSecondImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE14ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_22SubtractHourSecondImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE15ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_22SubtractHourMinuteImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE15ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_22SubtractHourMinuteImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE16ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_26SubtractDayMicrosecondImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE16ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_26SubtractDayMicrosecondImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE17ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_21SubtractDaySecondImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE17ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_21SubtractDaySecondImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE18ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_21SubtractDayMinuteImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE18ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_21SubtractDayMinuteImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE19ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19SubtractDayHourImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE19ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19SubtractDayHourImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE20ELNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_21SubtractYearMonthImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16AddUnionTypeImplILNS_8TimeUnitE20ELNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_21SubtractYearMonthImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16SubtractDaysImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_18SubtractMonthsImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17SubtractYearsImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_20SubtractQuartersImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17SubtractWeeksImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_24SubtractMicrosecondsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_24SubtractMillisecondsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19SubtractSecondsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19SubtractMinutesImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17SubtractHoursImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16SubtractDaysImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_18SubtractMonthsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17SubtractYearsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_20SubtractQuartersImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17SubtractWeeksImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_24SubtractMicrosecondsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_24SubtractMillisecondsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19SubtractSecondsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_19SubtractMinutesImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17SubtractHoursImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_16SubtractDaysImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_18SubtractMonthsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17SubtractYearsImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_20SubtractQuartersImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17SubtractWeeksImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionNeedsToHandleNullINS_15AddTimeImplBaseILNS_13PrimitiveTypeE26ELb0EEELS4_26EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionNeedsToHandleNullINS_15AddTimeImplBaseILNS_13PrimitiveTypeE27ELb0EEELS4_27EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionNeedsToHandleNullINS_15AddTimeImplBaseILNS_13PrimitiveTypeE42ELb0EEELS4_42EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionNeedsToHandleNullINS_15AddTimeImplBaseILNS_13PrimitiveTypeE26ELb1EEELS4_26EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionNeedsToHandleNullINS_15AddTimeImplBaseILNS_13PrimitiveTypeE27ELb1EEELS4_27EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionNeedsToHandleNullINS_15AddTimeImplBaseILNS_13PrimitiveTypeE42ELb1EEELS4_42EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_12DateDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_12DateDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_12TimeDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_12TimeDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_13YearsDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_13YearsDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_16QuartersDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_16QuartersDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_14MonthsDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_14MonthsDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_13WeeksDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_13WeeksDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_13HoursDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_13HoursDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_15MintuesDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_15MintuesDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_15SecondsDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_15SecondsDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_12DaysDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_12DaysDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_20MilliSecondsDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_20MilliSecondsDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_20MicroSecondsDiffImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTimeDiffINS_20MicroSecondsDiffImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_21ToYearWeekTwoArgsImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17ToWeekTwoArgsImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_21ToYearWeekTwoArgsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeComputationINS_17ToWeekTwoArgsImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_11DayNameImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_13MonthNameImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_11DayNameImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_13MonthNameImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type11yyyy_MMImplEXadsoKcL_ZNS_14kYearMonthNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type9dd_HHImplEXadsoKcL_ZNS_12kDayHourNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type12dd_HH_mmImplEXadsoKcL_ZNS_14kDayMinuteNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type15dd_HH_mm_ssImplEXadsoKcL_ZNS_14kDaySecondNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type22dd_HH_mm_ss_SSSSSSImplEXadsoKcL_ZNS_19kDayMicrosecondNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type9HH_mmImplEXadsoKcL_ZNS_15kHourMinuteNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type12HH_mm_ssImplEXadsoKcL_ZNS_15kHourSecondNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type19HH_mm_ss_SSSSSSImplEXadsoKcL_ZNS_20kHourMicrosecondNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type9mm_ssImplEXadsoKcL_ZNS_17kMinuteSecondNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type16mm_ss_SSSSSSImplEXadsoKcL_ZNS_22kMinuteMicrosecondNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_20DateTimeV2FormatImplINS_16time_format_type13ss_SSSSSSImplEXadsoKcL_ZNS_22kSecondMicrosecondNameEEEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_13ToIso8601ImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_13ToIso8601ImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateOrDateTimeToStringINS_13ToIso8601ImplILNS_13PrimitiveTypeE42EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9YearFloorELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_12QuarterFloorELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MonthFloorELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9WeekFloorELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8DayFloorELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9HourFloorELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11MinuteFloorELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11SecondFloorELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8YearCeilELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_11QuarterCeilELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_9MonthCeilELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8WeekCeilELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_7DayCeilELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_8HourCeilELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10MinuteCeilELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE25ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE25ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE25ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE26ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE26ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE26ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE42ELi1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE42ELi2ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE42ELi3ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE26ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE25ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionDateTimeFloorCeilINS_10SecondCeilELNS_13PrimitiveTypeE42ELi2ELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateTimeStringToStringINS_14DateFormatImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateTimeStringToStringINS_16FromUnixTimeImplILb0ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateTimeStringToStringINS_16FromUnixTimeImplILb1ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateTimeStringToStringINS_16FromUnixTimeImplILb0ELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateTimeStringToStringINS_16FromUnixTimeImplILb1ELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateTimeStringToStringINS_23FromUnixTimeDecimalImplILb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateTimeStringToStringINS_23FromUnixTimeDecimalImplILb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionDateTimeStringToStringINS_14DateFormatImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionTimeFormatILNS_13PrimitiveTypeE25EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionTimeFormatILNS_13PrimitiveTypeE26EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionTimeFormatILNS_13PrimitiveTypeE27EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionDecodeAsVarcharILNS_13PrimitiveTypeE4EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionDecodeAsVarcharILNS_13PrimitiveTypeE5EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionDecodeAsVarcharILNS_13PrimitiveTypeE6EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionDecodeAsVarcharILNS_13PrimitiveTypeE7EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionDictGetEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionDictGetManyEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionEncodeVarcharINS_16EncodeAsSmallIntELNS_13PrimitiveTypeE4EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionEncodeVarcharINS_11EncodeAsIntELNS_13PrimitiveTypeE5EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionEncodeVarcharINS_14EncodeAsBigIntELNS_13PrimitiveTypeE6EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionEncodeVarcharINS_16EncodeAsLargeIntELNS_13PrimitiveTypeE7EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_27EncryptionAndDecryptTwoImplINS_11EncryptImplELNS_14EncryptionModeE27ELb1EEENS_14SM4EncryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_27EncryptionAndDecryptTwoImplINS_11DecryptImplELNS_14EncryptionModeE27ELb0EEENS_14SM4DecryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_27EncryptionAndDecryptTwoImplINS_11EncryptImplELNS_14EncryptionModeE0ELb1EEENS_14AESEncryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_27EncryptionAndDecryptTwoImplINS_11DecryptImplELNS_14EncryptionModeE0ELb0EEENS_14AESDecryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_29EncryptionAndDecryptMultiImplINS_11EncryptImplELNS_14EncryptionModeE27ELb1ELb1ELi4EEENS_14SM4EncryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_29EncryptionAndDecryptMultiImplINS_11DecryptImplELNS_14EncryptionModeE27ELb0ELb1ELi4EEENS_14SM4DecryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_29EncryptionAndDecryptMultiImplINS_11EncryptImplELNS_14EncryptionModeE0ELb1ELb0ELi4EEENS_14AESEncryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_29EncryptionAndDecryptMultiImplINS_11DecryptImplELNS_14EncryptionModeE0ELb0ELb0ELi4EEENS_14AESDecryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_29EncryptionAndDecryptMultiImplINS_11EncryptImplELNS_14EncryptionModeE24ELb1ELb0ELi5EEENS_14AESEncryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionEncryptionAndDecryptINS_29EncryptionAndDecryptMultiImplINS_11DecryptImplELNS_14EncryptionModeE24ELb0ELb0ELi5EEENS_14AESDecryptNameEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionFormatNumberEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionFormatEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionGroupingEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionGroupingIdEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionVariadicArgumentsBaseINS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15MurmurHash3ImplILS4_5ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionVariadicArgumentsBaseINS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15MurmurHash3ImplILS4_6ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionVariadicArgumentsBaseINS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15MurmurHash3ImplILS4_6ELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionVariadicArgumentsBaseINS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_10XxHashImplILS4_5EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionVariadicArgumentsBaseINS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_10XxHashImplILS4_6EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionHexVariadicINS_13HexStringImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionHexVariadicINS_10HexIntImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionHexVariadicINS_10HexHLLImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionHLLINS_14HLLCardinalityEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_13FunctionConstINS_12HLLEmptyImplELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionHllFromBase64EEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionAlwaysNotNullableINS_7HLLHashELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_11HllToBase64ENS_15NameHllToBase64EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionIgnoreEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionIntervalEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv4NumToStringEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv4StringToNumILNS_22IPConvertExceptionModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv4StringToNumILNS_22IPConvertExceptionModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv4StringToNumILNS_22IPConvertExceptionModeE2EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv6NumToStringEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv6StringToNumILNS_22IPConvertExceptionModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv6StringToNumILNS_22IPConvertExceptionModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv6StringToNumILNS_22IPConvertExceptionModeE2EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionIsIPv4CompatEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionIsIPv4MappedEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionIsIPStringIjEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionIsIPStringIoEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_26FunctionIsIPAddressInRangeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv4CIDRToRangeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionIPv6CIDRToRangeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionToIPILNS_22IPConvertExceptionModeE0ELNS_13PrimitiveTypeE36EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionToIPILNS_22IPConvertExceptionModeE1ELNS_13PrimitiveTypeE36EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionToIPILNS_22IPConvertExceptionModeE2ELNS_13PrimitiveTypeE36EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionToIPILNS_22IPConvertExceptionModeE0ELNS_13PrimitiveTypeE37EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionToIPILNS_22IPConvertExceptionModeE1ELNS_13PrimitiveTypeE37EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionToIPILNS_22IPConvertExceptionModeE2ELNS_13PrimitiveTypeE37EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionIPv4ToIPv6EEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionCutIPv6EEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_35FunctionIPv6FromUInt128StringOrNullEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionJsonUnquoteEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionJsonINS_21FunctionJsonQuoteImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionJsonValidEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionJsonHashEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionJsonbExtractPathEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionJsonbExtractINS_13JsonbTypeImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionJsonbKeysEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionJsonbExtractINS_18JsonbExtractIsnullEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionJsonbExtractINS_17JsonbExtractJsonbEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionJsonbExtractINS_25JsonbExtractJsonbNoQuotesEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionJsonbLengthINS_22JsonbLengthAndPathImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionJsonbContainsINS_24JsonbContainsAndPathImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionJsonSearchEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionJsonbArrayILb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionJsonbObjectEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionJsonbModifyILNS_15JsonbModifyTypeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionJsonbModifyILNS_15JsonbModifyTypeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionJsonbModifyILNS_15JsonbModifyTypeE2EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionJsonbRemoveEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStripNullValueEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionJsonbTransformINS_18SortJsonObjectKeysEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionJsonbTransformINS_28NormalizeJsonNumbersToDoubleEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionMapEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMapContainsILb1ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMapContainsILb0ELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionMapKeysOrValuesILb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionMapKeysOrValuesILb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMapEntriesEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionStrToMapEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionMapContainsEntryEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionDeduplicateMapEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMultiMatchEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionNullableEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionNonNullableEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_9StrToDateEEEEEvv Line | Count | Source | 166 | 2 | void register_function() { | 167 | 2 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 2 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 2 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 2 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_12MakeDateImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_12MakeTimeImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_8FromDaysEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_9DateTruncILNS_13PrimitiveTypeE25ELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_9DateTruncILNS_13PrimitiveTypeE26ELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_9DateTruncILNS_13PrimitiveTypeE42ELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_9DateTruncILNS_13PrimitiveTypeE25ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_9DateTruncILNS_13PrimitiveTypeE26ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_9DateTruncILNS_13PrimitiveTypeE42ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionOtherTypesToDateTypeINS_17FromIso8601DateV2EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionUnixTimestampINS_17UnixTimeStampImplILb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionUnixTimestampINS_21UnixTimeStampDateImplINS_12DataTypeDateELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionUnixTimestampINS_21UnixTimeStampDateImplINS_14DataTypeDateV2ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionUnixTimestampINS_21UnixTimeStampDateImplINS_16DataTypeDateTimeELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionUnixTimestampINS_21UnixTimeStampDateImplINS_18DataTypeDateTimeV2ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionUnixTimestampINS_20UnixTimeStampStrImplILb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionUnixTimestampNewINS_17UnixTimeStampImplILb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionUnixTimestampNewINS_21UnixTimeStampDateImplINS_12DataTypeDateELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionUnixTimestampNewINS_21UnixTimeStampDateImplINS_14DataTypeDateV2ELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionUnixTimestampNewINS_21UnixTimeStampDateImplINS_16DataTypeDateTimeELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionUnixTimestampNewINS_21UnixTimeStampDateImplINS_18DataTypeDateTimeV2ELb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionUnixTimestampNewINS_20UnixTimeStampStrImplILb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionDateOrDateTimeToDateINS_11LastDayImplELNS_13PrimitiveTypeE25EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionDateOrDateTimeToDateINS_11LastDayImplELNS_13PrimitiveTypeE26EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionDateOrDateTimeToDateINS_12ToMondayImplELNS_13PrimitiveTypeE25EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionDateOrDateTimeToDateINS_12ToMondayImplELNS_13PrimitiveTypeE26EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19DateTimeToTimestampINS_8MicroSecEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19DateTimeToTimestampINS_8MilliSecEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19DateTimeToTimestampINS_3SecEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_13FunctionConstINS_18QuantileStateEmptyELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_28FunctionQuantileStatePercentEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionToQuantileStateEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_31FunctionQuantileStateFromBase64EEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_21QuantileStateToBase64ENS_25NameQuantileStateToBase64EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionRegexpReplaceINS_17RegexpReplaceImplENS_15ThreeParamTypesEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionRegexpReplaceINS_17RegexpReplaceImplENS_14FourParamTypesEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionRegexpReplaceINS_20RegexpReplaceOneImplENS_15ThreeParamTypesEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionRegexpReplaceINS_20RegexpReplaceOneImplENS_14FourParamTypesEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_27FunctionRegexpFunctionalityINS_17RegexpExtractImplILb1EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_27FunctionRegexpFunctionalityINS_17RegexpExtractImplILb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_27FunctionRegexpFunctionalityINS_20RegexpExtractAllImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionRegexpCountEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_5ScoreEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionSearchEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionSizeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionSoundexEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_13SplitByRegexpINS_15TwoArgumentImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_13SplitByRegexpINS_17ThreeArgumentImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_13ParseDataSizeENS_17NameParseDataSizeEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_11StringASCIIENS_15NameStringASCIIEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_16StringLengthImplENS_16NameStringLengthEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_9Crc32ImplENS_9NameCrc32EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_20StringUtf8LengthImplENS_20NameStringUtf8LengthEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_11StringSpaceENS_15NameStringSpaceEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeStringES3_NS_20StringStartsWithImplENS_14NameStartsWithEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeStringES3_NS_18StringEndsWithImplENS_12NameEndsWithEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeStringES3_NS_15StringInStrImplENS_9NameInstrEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeStringES3_NS_19StringFindInSetImplENS_13NameFindInSetEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionBinaryToTypeINS_14DataTypeStringES3_NS_16StringLocateImplENS_10NameLocateEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionStringLocatePosEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_13NameQuoteImplENS_9NameQuoteEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionAutoPartitionNameEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionReverseCommonEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionStringEncodeINS_9UnHexImplINS_14UnHexImplEmptyEEELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionStringEncodeINS_9UnHexImplINS_13UnHexImplNullEEELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_12TransferImplINS_11NameToLowerEEES4_EEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_12TransferImplINS_11NameToUpperEEES4_EEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_11InitcapImplENS_13NameToInitcapEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim1ImplILb1ELb1ENS_8NameTrimEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim1ImplILb1ELb0ENS_9NameLTrimEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim1ImplILb0ELb1ENS_9NameRTrimEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim2ImplILb1ELb1ENS_8NameTrimEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim2ImplILb1ELb0ENS_9NameLTrimEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim2ImplILb0ELb1ENS_9NameRTrimEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim1ImplILb1ELb1ENS_10NameTrimInEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim1ImplILb1ELb0ENS_11NameLTrimInEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim1ImplILb0ELb1ENS_11NameRTrimInEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim2ImplILb1ELb1ENS_10NameTrimInEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim2ImplILb1ELb0ENS_11NameLTrimInEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionTrimINS_9Trim2ImplILb0ELb1ENS_11NameRTrimInEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionConvertToEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionSubstringINS_11Substr3ImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionSubstringINS_11Substr2ImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionLeftEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_13FunctionRightEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionNullOrEmptyEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionNotNullOrEmptyEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionStringConcatEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionIntToCharEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionStringEltEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringConcatWsEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_37FunctionBinaryStringOperateToNullTypeINS_32StringAppendTrailingCharIfAbsentEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionStringRepeatEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionStringPadINS_10StringLPadEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionStringPadINS_10StringRPadEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionStringEncodeINS_12ToBase64ImplELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_31FunctionStringOperateToNullTypeINS_14FromBase64ImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionSplitPartEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionSplitByStringEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionCountSubStringILNS_26FunctionCountSubStringTypeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionCountSubStringILNS_26FunctionCountSubStringTypeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionSubstringIndexEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_27FunctionExtractURLParameterEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringParseUrlEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionUrlDecodeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionUrlEncodeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionRandomBytesEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMoneyFormatINS_21MoneyFormatDoubleImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMoneyFormatINS_20MoneyFormatInt64ImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMoneyFormatINS_21MoneyFormatInt128ImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMoneyFormatINS_22MoneyFormatDecimalImplILNS_13PrimitiveTypeE20EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMoneyFormatINS_22MoneyFormatDecimalImplILNS_13PrimitiveTypeE28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMoneyFormatINS_22MoneyFormatDecimalImplILNS_13PrimitiveTypeE29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMoneyFormatINS_22MoneyFormatDecimalImplILNS_13PrimitiveTypeE30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMoneyFormatINS_22MoneyFormatDecimalImplILNS_13PrimitiveTypeE35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringFormatRoundINS_21FormatRoundDoubleImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringFormatRoundINS_20FormatRoundInt64ImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringFormatRoundINS_21FormatRoundInt128ImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringFormatRoundINS_22FormatRoundDecimalImplILNS_13PrimitiveTypeE20EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringFormatRoundINS_22FormatRoundDecimalImplILNS_13PrimitiveTypeE28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringFormatRoundINS_22FormatRoundDecimalImplILNS_13PrimitiveTypeE29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringFormatRoundINS_22FormatRoundDecimalImplILNS_13PrimitiveTypeE30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringFormatRoundINS_22FormatRoundDecimalImplILNS_13PrimitiveTypeE35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringDigestMultiINS_6SM3SumEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionStringDigestMultiINS_6MD5SumEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionStringDigestSHA1EEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionStringDigestSHA2EEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionReplaceINS_11ReplaceImplELb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionReplaceINS_16ReplaceEmptyImplELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionTranslateEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionMaskEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMaskPartialILb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMaskPartialILb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionSubReplaceINS_19SubReplaceThreeImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionSubReplaceINS_18SubReplaceFourImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionOverlayEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionStrcmpEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionNgramSearchEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionXPathStringEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionCrc32InternalEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionNeedsToHandleNullINS_11MakeSetImplELNS_13PrimitiveTypeE23EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionExportSetEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionUnicodeNormalizeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionStructINS_10StructImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionStructINS_15NamedStructImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionStructElementEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionTimeValueToFieldINS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_8HourImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionTimeValueToFieldINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_9MintuImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionTimeValueToFieldINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_10SecondImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionTimeValueToFieldINS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_9MicroImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionTimeFieldFromUnixtimeINS_20HourFromUnixtimeImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionTimeFieldFromUnixtimeINS_22MinuteFromUnixtimeImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionTimeFieldFromUnixtimeINS_22SecondFromUnixtimeImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_29FunctionTimeFieldFromUnixtimeINS_27MicrosecondFromUnixtimeImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionToJsonEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionTokenizeEEEvv Line | Count | Source | 166 | 6 | void register_function() { | 167 | 6 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 6 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 6 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 6 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_13FunctionSleepEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionVersionEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionUuidtoIntEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionInttoUuidEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_19VarbinaryLengthImplENS_19NameVarbinaryLengthEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_20FunctionStringEncodeINS_18ToBase64BinaryImplELb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_31FunctionStringOperateToNullTypeINS_20FromBase64BinaryImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionSubBinaryEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionToBinaryEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionFromBinaryEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionVariantTypeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionWidthBucketEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionsLogicalDetail23FunctionAnyArityLogicalINS2_7AndImplENS_7NameAndEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionsLogicalDetail23FunctionAnyArityLogicalINS2_6OrImplENS_6NameOrEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionsLogicalDetail20FunctionUnaryLogicalINS2_7NotImplENS_7NameNotEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionsLogicalDetail23FunctionAnyArityLogicalINS2_7XorImplENS_7NameXorEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_27FunctionMultiStringPositionINS_35FunctionMultiSearchAllPositionsImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_26FunctionsMultiStringSearchINS_25FunctionMultiMatchAnyImplILNS_13PrimitiveTypeE3ELNS_16MultiMatchTraits4FindE0ELb0EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_7StPointEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_8StAsTextINS_11StAsWktNameEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_8StAsTextINS_12StAsTextNameEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_3StXEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_3StYEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_16StDistanceSphereEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_13StAngleSphereEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_7StAngleEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_9StAzimuthEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_18StRelationFunctionINS_14StContainsFuncEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_18StRelationFunctionINS_16StIntersectsFuncEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_18StRelationFunctionINS_14StDisjointFuncEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_18StRelationFunctionINS_13StTouchesFuncEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_8StCircleEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_13StGeoFromTextINS_18StGeometryFromTextEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_13StGeoFromTextINS_14StGeomFromTextEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_13StGeoFromTextINS_14StLineFromTextEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_13StGeoFromTextINS_20StLineStringFromTextEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_13StGeoFromTextINS_9StPolygonEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_13StGeoFromTextINS_17StPolygonFromTextEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_13StGeoFromTextINS_14StPolyFromTextEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_18StAreaSquareMetersEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_14StAreaSquareKmEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_12StGeoFromWkbINS_17StGeometryFromWKBEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_12StGeoFromWkbINS_13StGeomFromWKBEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_10StAsBinaryEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_8StLengthEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_14StGeometryTypeEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11GeoFunctionINS_10StDistanceEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_10FunctionIfEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_10FunctionInILb0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_10FunctionInILb1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionIntDivINS_18DivideIntegralImplILNS_13PrimitiveTypeE3EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionIntDivINS_18DivideIntegralImplILNS_13PrimitiveTypeE4EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionIntDivINS_18DivideIntegralImplILNS_13PrimitiveTypeE5EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionIntDivINS_18DivideIntegralImplILNS_13PrimitiveTypeE6EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionIntDivINS_18DivideIntegralImplILNS_13PrimitiveTypeE7EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionIsNotNullEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionIsNullEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionMultiSameArgsINS_16CompareMultiImplINS_6LessOpENS_9LeastNameEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionMultiSameArgsINS_16CompareMultiImplINS_9GreaterOpENS_10GreastNameEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_21FunctionMultiSameArgsINS_17FunctionFieldImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionLikeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionRegexpLikeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMatchAnyEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMatchAllEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMatchPhraseEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_25FunctionMatchPhrasePrefixEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionMatchRegexpEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionMatchPhraseEdgeEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionMathUnaryAlwayNullableINS_31UnaryFunctionPlainAlwayNullableINS_8AcosNameEXadL_Z4acosEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionMathUnaryAlwayNullableINS_31UnaryFunctionPlainAlwayNullableINS_9AcoshNameEXadL_Z5acoshEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionMathUnaryAlwayNullableINS_31UnaryFunctionPlainAlwayNullableINS_8AsinNameEXadL_Z4asinEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_9AsinhNameEXadL_Z5asinhEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_12FunctionAtanEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionMathUnaryAlwayNullableINS_31UnaryFunctionPlainAlwayNullableINS_9AtanhNameEXadL_Z5atanhEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7LogImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7PowImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_9Atan2ImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_7CosNameEXadL_Z3cosEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_8CoshNameEXadL_Z4coshEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionMathConstFloat64INS_5EImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionMathLogINS_6ImplLnEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionMathLogINS_8ImplLog2EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionMathLogINS_9ImplLog10EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_24FunctionMathConstFloat64INS_6PiImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_8SignImplIdEENS_8NameSignELNS_13PrimitiveTypeE9EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplIaEENS_7NameAbsELNS_13PrimitiveTypeE3EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplIsEENS_7NameAbsELNS_13PrimitiveTypeE4EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplIiEENS_7NameAbsELNS_13PrimitiveTypeE5EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplIlEENS_7NameAbsELNS_13PrimitiveTypeE6EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplInEENS_7NameAbsELNS_13PrimitiveTypeE7EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplIhEENS_7NameAbsELNS_13PrimitiveTypeE2EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplINS_7DecimalIiEEEENS_7NameAbsELNS_13PrimitiveTypeE28EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplINS_7DecimalIlEEEENS_7NameAbsELNS_13PrimitiveTypeE29EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplINS_12Decimal128V3EEENS_7NameAbsELNS_13PrimitiveTypeE30EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplINS_14DecimalV2ValueEEENS_7NameAbsELNS_13PrimitiveTypeE20EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplINS_7DecimalIN4wide7integerILm256EiEEEEEENS_7NameAbsELNS_13PrimitiveTypeE35EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplIfEENS_7NameAbsELNS_13PrimitiveTypeE8EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_7AbsImplIdEENS_7NameAbsELNS_13PrimitiveTypeE9EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12NegativeImplIdEENS_12NameNegativeELNS_13PrimitiveTypeE9EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12NegativeImplIlEENS_12NameNegativeELNS_13PrimitiveTypeE6EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12NegativeImplINS_14DecimalV2ValueEEENS_12NameNegativeELNS_13PrimitiveTypeE20EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12NegativeImplINS_7DecimalIN4wide7integerILm256EiEEEEEENS_12NameNegativeELNS_13PrimitiveTypeE35EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12NegativeImplINS_12Decimal128V3EEENS_12NameNegativeELNS_13PrimitiveTypeE30EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12NegativeImplINS_7DecimalIiEEEENS_12NameNegativeELNS_13PrimitiveTypeE28EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12NegativeImplINS_7DecimalIlEEEENS_12NameNegativeELNS_13PrimitiveTypeE29EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12PositiveImplINS_7DecimalIiEEEENS_12NamePositiveELNS_13PrimitiveTypeE28EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12PositiveImplINS_7DecimalIlEEEENS_12NamePositiveELNS_13PrimitiveTypeE29EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12PositiveImplINS_12Decimal128V3EEENS_12NamePositiveELNS_13PrimitiveTypeE30EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12PositiveImplINS_14DecimalV2ValueEEENS_12NamePositiveELNS_13PrimitiveTypeE20EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12PositiveImplINS_7DecimalIN4wide7integerILm256EiEEEEEENS_12NamePositiveELNS_13PrimitiveTypeE35EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12PositiveImplIdEENS_12NamePositiveELNS_13PrimitiveTypeE9EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_12PositiveImplIlEENS_12NamePositiveELNS_13PrimitiveTypeE6EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_7SinNameEXadL_Z3sinEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_8SinhNameEXadL_Z4sinhEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_30FunctionMathUnaryAlwayNullableINS_31UnaryFunctionPlainAlwayNullableINS_8SqrtNameEXadL_Z4sqrtEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_8CbrtNameEXadL_Z4cbrtEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_7TanNameEXadL_Z3tanEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_8TanhNameEXadL_Z4tanhEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_7CotNameEXadL_ZNS_3cotEdEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_7SecNameEXadL_ZNS_3secEdEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_7CscNameEXadL_ZNS_3cscEdEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_7ExpNameEXadL_Z3expEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionFactorialEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_11RadiansImplIdEENS_11NameRadiansELNS_13PrimitiveTypeE9EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_11DegreesImplIdEENS_11NameDegreesELNS_13PrimitiveTypeE9EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_19FunctionUnaryToTypeINS_7BinImplENS_7NameBinEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionNormalCdfEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_23FunctionUnaryArithmeticINS_11SignBitImplIdEENS_11NameSignBitELNS_13PrimitiveTypeE9EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionMathUnaryINS_18UnaryFunctionPlainINS_8NameEvenEXadL_ZNS_8EvenImplEdEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7GcdImplILNS_13PrimitiveTypeE3EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7GcdImplILNS_13PrimitiveTypeE4EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7GcdImplILNS_13PrimitiveTypeE5EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7GcdImplILNS_13PrimitiveTypeE6EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7GcdImplILNS_13PrimitiveTypeE7EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7LcmImplILNS_13PrimitiveTypeE4EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7LcmImplILNS_13PrimitiveTypeE5EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7LcmImplILNS_13PrimitiveTypeE6EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_18FunctionMathBinaryINS_7LcmImplILNS_13PrimitiveTypeE7EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_35FunctionFloatingPointNumberJudgmentINS_9ImplIsNanEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_35FunctionFloatingPointNumberJudgmentINS_9ImplIsInfEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE20ELS5_20EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE28ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE28ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE28ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE28ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE29ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE29ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE29ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE29ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE30ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE30ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE30ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE30ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE35ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE35ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE35ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_16MinusDecimalImplILNS_13PrimitiveTypeE35ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_9MinusImplILNS_13PrimitiveTypeE3EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_9MinusImplILNS_13PrimitiveTypeE4EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_9MinusImplILNS_13PrimitiveTypeE5EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_9MinusImplILNS_13PrimitiveTypeE6EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_9MinusImplILNS_13PrimitiveTypeE7EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_9MinusImplILNS_13PrimitiveTypeE9EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_9MinusImplILNS_13PrimitiveTypeE8EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModNumericImplINS_17ModuloNumericImplILNS_13PrimitiveTypeE3EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModNumericImplINS_17ModuloNumericImplILNS_13PrimitiveTypeE4EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModNumericImplINS_17ModuloNumericImplILNS_13PrimitiveTypeE5EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModNumericImplINS_17ModuloNumericImplILNS_13PrimitiveTypeE6EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModNumericImplINS_17ModuloNumericImplILNS_13PrimitiveTypeE7EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModNumericImplINS_17ModuloNumericImplILNS_13PrimitiveTypeE8EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModNumericImplINS_17ModuloNumericImplILNS_13PrimitiveTypeE9EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModNumericImplINS_18PModuloNumericImplILNS_13PrimitiveTypeE6EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModNumericImplINS_18PModuloNumericImplILNS_13PrimitiveTypeE9EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE20ELS5_20EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE28ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE28ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE28ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE28ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE29ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE29ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE29ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE29ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE30ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE30ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE30ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE30ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE35ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE35ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE35ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11FunctionModINS_14ModDecimalImplINS_17ModuloDecimalImplILNS_13PrimitiveTypeE35ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE20ELS4_20EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE28ELS4_28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE28ELS4_29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE28ELS4_30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE28ELS4_35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE29ELS4_28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE29ELS4_29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE29ELS4_30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE29ELS4_35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE30ELS4_28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE30ELS4_29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE30ELS4_30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE30ELS4_35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE35ELS4_28EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE35ELS4_29EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE35ELS4_30EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_19MultiplyDecimalImplILNS_13PrimitiveTypeE35ELS4_35EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_20MultiplyIntegralImplILNS_13PrimitiveTypeE3EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_20MultiplyIntegralImplILNS_13PrimitiveTypeE4EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_20MultiplyIntegralImplILNS_13PrimitiveTypeE5EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_20MultiplyIntegralImplILNS_13PrimitiveTypeE6EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_20MultiplyIntegralImplILNS_13PrimitiveTypeE7EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_20MultiplyIntegralImplILNS_13PrimitiveTypeE8EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionMultiplyINS_20MultiplyIntegralImplILNS_13PrimitiveTypeE9EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_14FunctionNullIfEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE20ELS5_20EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE28ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE28ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE28ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE28ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE29ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE29ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE29ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE29ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE30ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE30ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE30ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE30ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE35ELS5_28EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE35ELS5_29EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE35ELS5_30EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_20PlusMinusDecimalImplINS_15PlusDecimalImplILNS_13PrimitiveTypeE35ELS5_35EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_8PlusImplILNS_13PrimitiveTypeE3EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_8PlusImplILNS_13PrimitiveTypeE4EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_8PlusImplILNS_13PrimitiveTypeE5EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_8PlusImplILNS_13PrimitiveTypeE6EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_8PlusImplILNS_13PrimitiveTypeE7EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_8PlusImplILNS_13PrimitiveTypeE9EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_17FunctionPlusMinusINS_21PlusMinusIntegralImplINS_8PlusImplILNS_13PrimitiveTypeE8EEEEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_6RandomEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundOneImplINS_12TruncateNameEEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundOneImplINS_9FloorNameEEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundOneImplINS_9RoundNameEEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundOneImplINS_8CeilNameEEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundOneImplINS_16RoundBankersNameEEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundTwoImplINS_12TruncateNameEEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundTwoImplINS_9FloorNameEEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundTwoImplINS_9RoundNameEEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundTwoImplINS_8CeilNameEEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_18DoubleRoundTwoImplINS_16RoundBankersNameEEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_12TruncateNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_9FloorNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_9RoundNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_8CeilNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_16RoundBankersNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_12TruncateNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_9FloorNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_9RoundNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_8CeilNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_16RoundBankersNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_12TruncateNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_9FloorNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_9RoundNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_8CeilNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_16RoundBankersNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_12TruncateNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_9FloorNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_9RoundNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_8CeilNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundOneImplINS_16RoundBankersNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_12TruncateNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_9FloorNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_9RoundNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_8CeilNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_16RoundBankersNameELNS_13PrimitiveTypeE28EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_12TruncateNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_9FloorNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_9RoundNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_8CeilNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_16RoundBankersNameELNS_13PrimitiveTypeE29EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_12TruncateNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_9FloorNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_9RoundNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_8CeilNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_16RoundBankersNameELNS_13PrimitiveTypeE30EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_12TruncateNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE11ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_9FloorNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE9ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_9RoundNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_8CeilNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE10ELNS_15TieBreakingModeE0EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_16FunctionRoundingINS_19DecimalRoundTwoImplINS_16RoundBankersNameELNS_13PrimitiveTypeE35EEELNS_12RoundingModeE8ELNS_15TieBreakingModeE1EEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_13DayOfWeekImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_14DayOfMonthImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_13DayOfYearImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_14WeekOfYearImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_20ToYearWeekOneArgImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_11WeekDayImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_14WeekOfYearImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_13DayOfYearImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_13DayOfWeekImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_14DayOfMonthImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_20ToYearWeekOneArgImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_11WeekDayImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_18DataTypeDateTimeV2ENS_13TimeStampImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_12ToSecondImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_12ToMinuteImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_10ToHourImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_9ToDayImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_16ToWeekOneArgImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_11ToMonthImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_10ToYearImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_16ToYearOfWeekImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_13ToQuarterImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_10ToDaysImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeDateV2ENS_10ToDateImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeDateV2ENS_8DateImplILNS_13PrimitiveTypeE25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_17ToMicroSecondImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_12ToSecondImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_12ToMinuteImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_10ToHourImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_9ToDayImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_16ToWeekOneArgImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_11ToMonthImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_10ToYearImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_13ToQuarterImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeDateV2ENS_10ToDateImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeDateV2ENS_8DateImplILNS_13PrimitiveTypeE26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_13ToCenturyImplILS4_25EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_13ToCenturyImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_33FunctionDateOrDateTimeToSomethingINS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_13ToSecondsImplILS4_26EEEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionUniformINS_14UniformIntImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_15FunctionUniformINS_17UniformDoubleImplEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_20ExtractSubstringImplINS_13ExtractDomainILb0EEEEENS_10NameDomainEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_20ExtractSubstringImplINS_13ExtractDomainILb1EEEEENS_20NameDomainWithoutWWWEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_20ExtractSubstringImplINS_15ExtractProtocolEEENS_12NameProtocolEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_20ExtractSubstringImplINS_21ExtractTopLevelDomainEEENS_18NameTopLevelDomainEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_20ExtractSubstringImplINS_32ExtractFirstSignificantSubdomainEEENS_29NameFirstSignificantSubdomainEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_22FunctionStringToStringINS_20ExtractSubstringImplINS_30CutToFirstSignificantSubdomainEEENS_34NameCutToFirstSignificantSubdomainEEEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
_ZN5doris21SimpleFunctionFactory17register_functionINS_11UuidNumericEEEvv Line | Count | Source | 166 | 1 | void register_function() { | 167 | 1 | if constexpr (std::is_base_of_v<IFunction, Function>) { | 168 | 1 | static_assert(sizeof(Function) == sizeof(IFunction), "Function must be no member data"); | 169 | 1 | register_function(Function::name, &createDefaultFunction<Function>); | 170 | | } else { | 171 | | register_function(Function::name, &Function::create); | 172 | | } | 173 | 1 | } |
|