MCPcopy Create free account
hub / github.com/MariaDB/server / Date

Method Date

sql/sql_type.h:2303–2305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2301 };
2302public:
2303 Date(Item *item, date_mode_t fuzzydate)
2304 :Date(current_thd, item, fuzzydate)
2305 { }
2306 Date(THD *thd, Item *item, date_mode_t fuzzydate)
2307 :Temporal_with_date(thd, item, fuzzydate)
2308 {

Callers

nothing calls this directly

Calls 4

datetime_to_dateFunction · 0.85
DateClass · 0.85
OptionsClass · 0.70

Tested by

no test coverage detected