1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-27 16:01:57 +03:00

Merge branch 'develop' into MCOL-3536

This commit is contained in:
David Hall
2019-10-09 09:05:27 -05:00
2 changed files with 65 additions and 1 deletions

View File

@@ -168,6 +168,15 @@ public:
};
class TimeCompare : public Compare
{
public:
TimeCompare(const IdbSortSpec& spec) : Compare(spec) {}
int operator()(IdbCompare*, rowgroup::Row::Pointer, rowgroup::Row::Pointer);
};
class CompareRule
{
public: