[Tarantool-patches] [PATCH v5 47/52] sql: introduce mem_get_double()

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Apr 14 02:04:36 MSK 2021


The same as for the previous getters. The result is ignored in 100%
cases. Therefore it must be called 'unsafe', and return the double
as 'return'. When fails, it can return 0, so as at least the behaviour
is not undefined. The same '0 on error' could be used in the other
getters.


More information about the Tarantool-patches mailing list