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
* fix(compilation): New warn
AKA 3919c541
backport
* fix(compilation): `New warn` AKA 3919c541
backport
* chore: Bump version to 6.4.8-2
This commit is contained in:
@@ -72,4 +72,3 @@ const string FrameBound::toString() const
|
||||
}
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -146,6 +146,4 @@ extern std::map<int, std::string> colType2String;
|
||||
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_FRAMEBOUND_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
#endif // UTILS_FRAMEBOUND_H
|
@@ -411,4 +411,3 @@ template class FrameBoundExpressionRange<float>;
|
||||
template class FrameBoundExpressionRange<uint64_t>;
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -214,6 +214,4 @@ class FrameBoundExpressionRange : public FrameBoundConstantRange<T>
|
||||
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_FRAMEBOUNDRANGE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
#endif // UTILS_FRAMEBOUNDRANGE_H
|
@@ -139,4 +139,3 @@ template class FrameBoundExpressionRow<float>;
|
||||
template class FrameBoundExpressionRow<uint64_t>;
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -148,5 +148,3 @@ class FrameBoundExpressionRow : public FrameBoundConstantRow
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_FRAMEBOUNDROW_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -898,4 +898,3 @@ bool IdbOrderBy::Eq::operator()(const Row::Pointer& d1, const Row::Pointer& d2)
|
||||
}
|
||||
|
||||
} // namespace ordering
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -184,4 +184,3 @@ template boost::shared_ptr<WindowFunctionType> WF_count<int64_t>::makeFunction(i
|
||||
WindowFunctionColumn*);
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -49,5 +49,3 @@ class WF_count : public WindowFunctionType
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_COUNT_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -306,4 +306,3 @@ template void WF_lead_lag<double>::parseParms(const std::vector<execplan::SRCP>&
|
||||
template void WF_lead_lag<string>::parseParms(const std::vector<execplan::SRCP>&);
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -54,5 +54,3 @@ class WF_lead_lag : public WindowFunctionType
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_LEAD_LAG_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -185,4 +185,3 @@ template boost::shared_ptr<WindowFunctionType> WF_min_max<int64_t>::makeFunction
|
||||
WindowFunctionColumn*);
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -48,5 +48,3 @@ class WF_min_max : public WindowFunctionType
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_MIN_MAX_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -271,4 +271,3 @@ template boost::shared_ptr<WindowFunctionType> WF_nth_value<int64_t>::makeFuncti
|
||||
WindowFunctionColumn*);
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -52,5 +52,3 @@ class WF_nth_value : public WindowFunctionType
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_NTH_VALUE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -154,4 +154,3 @@ void WF_ntile::operator()(int64_t b, int64_t e, int64_t c)
|
||||
}
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -49,5 +49,3 @@ class WF_ntile : public WindowFunctionType
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_NTILE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -382,4 +382,3 @@ template boost::shared_ptr<WindowFunctionType> WF_percentile<int64_t>::makeFunct
|
||||
WindowFunctionColumn*);
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -50,5 +50,3 @@ class WF_percentile : public WindowFunctionType
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_PERCENTILE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -145,4 +145,3 @@ void WF_ranking::operator()(int64_t b, int64_t e, int64_t c)
|
||||
}
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -48,5 +48,3 @@ class WF_ranking : public WindowFunctionType
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_RANKING_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -86,4 +86,3 @@ void WF_row_number::operator()(int64_t b, int64_t e, int64_t c)
|
||||
}
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -47,5 +47,3 @@ class WF_row_number : public WindowFunctionType
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_ROW_NUMBER_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -234,4 +234,3 @@ template boost::shared_ptr<WindowFunctionType> WF_stats<int64_t>::makeFunction(i
|
||||
WindowFunctionColumn*);
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -50,5 +50,3 @@ class WF_stats : public WindowFunctionType
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_STATS_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -306,4 +306,3 @@ template boost::shared_ptr<WindowFunctionType> WF_sum_avg<int64_t, long double>:
|
||||
int, const string&, int, WindowFunctionColumn*);
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -61,6 +61,4 @@ class WF_sum_avg : public WindowFunctionType
|
||||
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_SUM_AVG_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
#endif // UTILS_WF_SUM_AVG_H
|
@@ -1191,4 +1191,3 @@ void WF_udaf::operator()(int64_t b, int64_t e, int64_t c)
|
||||
fPrev = c;
|
||||
}
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -113,6 +113,4 @@ class WF_udaf : public WindowFunctionType
|
||||
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WF_UDAF_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
#endif // UTILS_WF_UDAF_H
|
@@ -81,4 +81,3 @@ const string WindowFrame::toString() const
|
||||
}
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -121,5 +121,3 @@ class WindowFrame
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WINDOWFRAME_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -259,4 +259,3 @@ void WindowFunction::sort(std::vector<RowPosition>::iterator v, uint64_t n)
|
||||
}
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -113,5 +113,3 @@ class WindowFunction
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WINDOWFUNCTION_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -797,4 +797,3 @@ void WindowFunctionType::constParms(const std::vector<SRCP>& functionParms)
|
||||
}
|
||||
|
||||
} // namespace windowfunction
|
||||
// vim:ts=4 sw=4:
|
||||
|
@@ -305,5 +305,3 @@ extern std::map<int, std::string> colType2String;
|
||||
} // namespace windowfunction
|
||||
|
||||
#endif // UTILS_WINDOWFUNCTIONTYPE_H
|
||||
|
||||
// vim:ts=4 sw=4:
|
||||
|
Reference in New Issue
Block a user