Module tarantool::tuple[][src]

Tuples

The tuple submodule provides read-only access for the tuple userdata type. It allows, for a single tuple: selective retrieval of the field contents, retrieval of information about size, iteration over all the fields, and conversion from/to rust structures

See also:

Structs

FunctionArgs
FunctionCtx
KeyDef
KeyDefItem
Tuple

Tuple

TupleFormat

Tuple format

TupleIterator

Tuple iterator

Enums

FieldType
TupleBuffer

Buffer containing tuple contents (MsgPack array)

Traits

AsTuple

Must be implemented for types, which will be used with box access methods as data

Functions

session_push

Push MessagePack data into a session data channel - socket, console or whatever is behind the session. Note, that successful push does not guarantee delivery in case it was sent into the network. Just like with write()/send() system calls.