DuroDBMS API  1.7
Built-in tuple operators

OPERATOR TUPLE

OPERATOR TUPLE(ATTRNAME string, ATTRVAL ANY, ...) RETURNS TUPLE { * };

Description

The tuple selector.


OPERATOR to_tuple

OPERATOR to_tuple(r RELATION { * }) RETURNS TUPLE { * };

Description

Extracts a single tuple from a relation.