You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
replace header guards with #pragma once
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION corr returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_corr
|
||||
#define HEADER_corr
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_corr.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION covar_pop returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_covar_pop
|
||||
#define HEADER_covar_pop
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_covar_pop.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION covar_samp returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_covar_samp
|
||||
#define HEADER_covar_samp
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_covar_samp.h
|
||||
|
||||
|
@@ -34,8 +34,7 @@
|
||||
* 1) closest to AVG
|
||||
* 2) smallest value
|
||||
*/
|
||||
#ifndef HEADER_moda
|
||||
#define HEADER_moda
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -282,5 +281,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_mode.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION regr_avgx returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_avgx
|
||||
#define HEADER_regr_avgx
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -92,5 +91,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_regr_avgx.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION regr_avgy returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_avgy
|
||||
#define HEADER_regr_avgy
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_regr_avgy.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION regr_count returns INTEGER soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_count
|
||||
#define HEADER_regr_count
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_regr_count.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION regr_intercept returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_intercept
|
||||
#define HEADER_regr_intercept
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_regr_intercept.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION regr_r2 returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_r2
|
||||
#define HEADER_regr_r2
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_regr_r2.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION regr_slope returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_slope
|
||||
#define HEADER_regr_slope
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_regr_slope.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION regr_sxx returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_sxx
|
||||
#define HEADER_regr_sxx
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_regr_sxx.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION regr_sxy returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_sxy
|
||||
#define HEADER_regr_sxy
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_regr_sxy.h
|
||||
|
||||
|
@@ -28,8 +28,7 @@
|
||||
* CREATE AGGREGATE FUNCTION regr_syy returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_syy
|
||||
#define HEADER_regr_syy
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
@@ -82,5 +81,4 @@ protected:
|
||||
|
||||
#undef EXPORT
|
||||
|
||||
#endif // HEADER_regr_syy.h
|
||||
|
||||
|
Reference in New Issue
Block a user