Fennel: /home/pub/open/dev/fennel/tuple/TupleFormat.h File Reference (original) (raw)

TupleFormat enumerates the ways in which a tuple can be marshalled.

Enumerator:

TUPLE_FORMAT_STANDARD Standard tuple format.
TUPLE_FORMAT_ALL_FIXED Treat variable-width attributes as fixed width (using maximum width). Allows nulls.
TUPLE_FORMAT_NETWORK Same as standard, except all integers are stored in network byte order.

Definition at line 32 of file TupleFormat.h.

00033 { 00037 TUPLE_FORMAT_STANDARD, 00038 00043 TUPLE_FORMAT_ALL_FIXED, 00044 00049 TUPLE_FORMAT_NETWORK 00050 };