You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case a function takes an argument of one of two or more types, this
function has defined the default type for this argument. This type is
used when the type of the argument cannot be determined, for example, in
the case of a bound variable.
Rules for determining default types as follows:
When there is only one possible type, it is default.
When possible types are INTEGER, DOUBLE or DECIMAL, DECIMAL is
default.
When possible types are STRING or VARBINARY, STRING is default.
When possible data types are any other scalar data type, SCALAR is
default.
Uh oh!
There was an error while loading. Please reload this page.
Can be fixed by #2350
Product: Tarantool
Since: 2.10.0-beta1-257-g14aa6a597
Audience/target: dev
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_sql/
SME: @ ImeevMA
In case a function takes an argument of one of two or more types, this
function has defined the default type for this argument. This type is
used when the type of the argument cannot be determined, for example, in
the case of a bound variable.
Rules for determining default types as follows:
default.
default.
Requested by @ImeevMA in tarantool/tarantool@14aa6a5.
The text was updated successfully, but these errors were encountered: