mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Fix build
This commit is contained in:
parent
e5df9de12b
commit
60a9974adc
@ -176,7 +176,7 @@ REGISTER_FUNCTION(PositiveModulo)
|
||||
{
|
||||
factory.registerFunction<FunctionPositiveModulo>(FunctionDocumentation
|
||||
{
|
||||
.description=R"(
|
||||
.description = R"(
|
||||
Calculates the remainder when dividing `a` by `b`. Similar to function `modulo` except that `positiveModulo` always return non-negative number.
|
||||
Returns the difference between `a` and the nearest integer not greater than `a` divisible by `b`.
|
||||
In other words, the function returning the modulus (modulo) in the terms of Modular Arithmetic.
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include <Interpreters/ExternalDictionariesLoader.h>
|
||||
#include <Interpreters/evaluateConstantExpression.h>
|
||||
#include <Interpreters/Context.h>
|
||||
|
||||
#include <Storages/StorageDictionary.h>
|
||||
#include <Storages/checkAndGetLiteralArgument.h>
|
||||
|
Loading…
Reference in New Issue
Block a user