Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: TUPLE_GET_ALL

...

Clients should retrieve schemas with SCHEMAS_GET and cache them per table.

TUPLE_GET_ALL = 12

Request
UUIDtable ID
intschema ID
arr of arrarray of rows with values for key columns (in schema order)


Response
intschema ID (for all tuples in response)
arr of arrarray of rows with values in schema order


Risks and Assumptions

TODO

...