Skip to content

Commit

Permalink
merge develop -Dorg -Ssuccess-only: PR 2441 (Add documentation for om…
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopycrimecop committed Jul 11, 2024
2 parents 9873c47 + 16eecd9 commit f1ce587
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion omero/developers/Tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@ Main methods

.. note:: `start=0, stop=0` currently returns the first row instead
of empty as would be expected using the normal Python range
semantics. This may change in future.
semantics. This may change in future. If you do not need the
row numbers that match your read returned in the
:class:`~omero.grid.Data` object you can set
`omero.tables.include_row_numbers` to `false` in the Ice
context passed when you make the call.

.. method:: slice(colNumbers, rowNumbers)

Expand All @@ -214,6 +218,11 @@ Main methods
:return: The requested columns and rows as a
:class:`~omero.grid.Data` object.

.. note:: If you do not need the row numbers that match your read
returned in the :class:`~omero.grid.Data` object you can set
`omero.tables.include_row_numbers` to `false` in the Ice
context passed when you make the call.

.. method:: getWhereList(condition, variables, start, stop, step)

Run a query on a table, see :ref:`tables-query-language`.
Expand Down

0 comments on commit f1ce587

Please sign in to comment.