46
43
collation.set(&my_charset_bin);
51
48
* All functions which inherit from Item_date must implement
52
49
* their own get_temporal() method, which takes a supplied
54
51
* date based on the semantics of the function.
56
53
* Returns whether the function was able to correctly fill
57
54
* the supplied date temporal with a proper date.
62
59
Field *tmp_table_field(Table *table)
64
61
return tmp_table_field_from_field_type(table, 0);
66
63
bool result_as_int64_t() { return true; }
70
67
return val_decimal_from_date(decimal_value);