MCPcopy Create free account
hub / github.com/ByConity/ByConity / finalize

Method finalize

src/Functions/array/arrayNorm.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 template <typename ResultType>
41 inline static ResultType finalize(ResultType result, const ConstParams &)
42 {
43 return result;
44 }
45};
46
47struct L2Norm

Callers 15

setFunctionsMethod · 0.45
executeFormatImplMethod · 0.45
vectorMethod · 0.45
executeImplMethod · 0.45
executeImplMethod · 0.45
executeImplMethod · 0.45
executeImplMethod · 0.45
executeImplMethod · 0.45
executeTypeMethod · 0.45
createObjectWrapperMethod · 0.45
executeImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected