Home
last modified time | relevance | path

Searched refs:cmp_item_timestamp (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.cc4243 void cmp_item_timestamp::store_value(Item *item) in store_value()
4251 int cmp_item_timestamp::cmp_not_null(const Value *val) in cmp_not_null()
4263 int cmp_item_timestamp::cmp(Item *arg) in cmp()
4272 int cmp_item_timestamp::compare(cmp_item *arg) in compare()
4274 cmp_item_timestamp *tmp= static_cast<cmp_item_timestamp*>(arg); in compare()
4279 cmp_item* cmp_item_timestamp::make_same() in make_same()
4281 return new cmp_item_timestamp(); in make_same()
H A Ditem_cmpfunc.h1718 class cmp_item_timestamp: public cmp_item_scalar
1722 cmp_item_timestamp() :cmp_item_scalar() { } in cmp_item_timestamp() function
H A Dsql_type.cc5775 return new (thd->mem_root) cmp_item_timestamp; in make_cmp_item()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.cc4228 void cmp_item_timestamp::store_value(Item *item) in store_value()
4236 int cmp_item_timestamp::cmp_not_null(const Value *val) in cmp_not_null()
4248 int cmp_item_timestamp::cmp(Item *arg) in cmp()
4257 int cmp_item_timestamp::compare(cmp_item *arg) in compare()
4259 cmp_item_timestamp *tmp= static_cast<cmp_item_timestamp*>(arg); in compare()
4264 cmp_item* cmp_item_timestamp::make_same() in make_same()
4266 return new cmp_item_timestamp(); in make_same()
H A Ditem_cmpfunc.h1698 class cmp_item_timestamp: public cmp_item_scalar
1702 cmp_item_timestamp() :cmp_item_scalar() { } in cmp_item_timestamp() function
H A Dsql_type.cc5285 return new (thd->mem_root) cmp_item_timestamp; in make_cmp_item()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.cc4228 void cmp_item_timestamp::store_value(Item *item) in store_value()
4236 int cmp_item_timestamp::cmp_not_null(const Value *val) in cmp_not_null()
4248 int cmp_item_timestamp::cmp(Item *arg) in cmp()
4257 int cmp_item_timestamp::compare(cmp_item *arg) in compare()
4259 cmp_item_timestamp *tmp= static_cast<cmp_item_timestamp*>(arg); in compare()
4264 cmp_item* cmp_item_timestamp::make_same() in make_same()
4266 return new cmp_item_timestamp(); in make_same()
H A Ditem_cmpfunc.h1698 class cmp_item_timestamp: public cmp_item_scalar
1702 cmp_item_timestamp() :cmp_item_scalar() { } in cmp_item_timestamp() function
H A Dsql_type.cc5285 return new (thd->mem_root) cmp_item_timestamp; in make_cmp_item()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.cc4243 void cmp_item_timestamp::store_value(Item *item) in store_value()
4251 int cmp_item_timestamp::cmp_not_null(const Value *val) in cmp_not_null()
4263 int cmp_item_timestamp::cmp(Item *arg) in cmp()
4272 int cmp_item_timestamp::compare(cmp_item *arg) in compare()
4274 cmp_item_timestamp *tmp= static_cast<cmp_item_timestamp*>(arg); in compare()
4279 cmp_item* cmp_item_timestamp::make_same() in make_same()
4281 return new cmp_item_timestamp(); in make_same()
H A Ditem_cmpfunc.h1718 class cmp_item_timestamp: public cmp_item_scalar
1722 cmp_item_timestamp() :cmp_item_scalar() { } in cmp_item_timestamp() function
H A Dsql_type.cc5775 return new (thd->mem_root) cmp_item_timestamp; in make_cmp_item()