mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix typo
This commit is contained in:
parent
9f37f17900
commit
8f0f8bf294
@ -130,7 +130,7 @@ struct DotProduct
|
||||
|
||||
|
||||
/// The implementation is modeled after the implementation of distance functions arrayL1Distance, arrayL2Distance, etc.
|
||||
/// The main difference is that arrayDotProduct() interfers the result type differently.
|
||||
/// The main difference is that arrayDotProduct() interferes the result type differently.
|
||||
template <typename Kernel>
|
||||
class FunctionArrayScalarProduct : public IFunction
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user