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
The format_object field returns the box.tuple.format object associated
with the space’s format. It provides the same API as box.tuple.format,
including :validate() and other.
Uh oh!
There was an error while loading. Please reload this page.
Related dev. issue(s): tarantool/tarantool@cf1c250
Product: Tarantool
Since: 3.5
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/
SME: @ locker
Details
Since: 3.5
The
format_object
field returns thebox.tuple.format
object associatedwith the space’s format. It provides the same API as
box.tuple.format
,including
:validate()
and other.Example:
TW Guidelines
It is suggested that a new page on the same level with https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/format/ is to be created.
Hint: the existing method
space_object:format()
returns a table, the newformat_object
field returns an objectDo together with #5134
The text was updated successfully, but these errors were encountered: