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

Method finalize

src/Functions/array/arrayNorm.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected