You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Merge branch 'develop' into MCOL-265
This commit is contained in:
@ -51,17 +51,6 @@ using namespace logging;
|
||||
#define llabs labs
|
||||
#endif
|
||||
|
||||
namespace
|
||||
{
|
||||
using namespace primitiveprocessor;
|
||||
|
||||
double cotangent(double in)
|
||||
{
|
||||
return (1.0 / tan(in));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
namespace primitiveprocessor
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user