Version: Beta-4.1.1-r5927-b91
OmeroBlitz Api
omero::grid::Table
Overview
[ "ami" ]
interface Table
Operation Index
- getOriginalFile
-
- getHeaders
-
Returns empty columns.
- getNumberOfRows
-
- getWhereList
-
http://www.pytables.org/docs/manual/apb.html
Leave all three of start, stop, step to 0 to disable.
- readCoordinates
-
- read
-
http://www.pytables.org/docs/manual/ch04.html#Table.read
- slice
-
Simple slice method which will return only the given columns
and rows.
- addData
-
- getAllMetadata
-
- getMetadata
-
- setAllMetadata
-
- setMetadata
-
- initialize
-
Initializes the structure based on
- addColumn
-
Adds a column and returns the position index of the new column.
- delete
-
- close
-
Operations
Returns empty columns.
http://www.pytables.org/docs/manual/apb.html
Leave all three of start, stop, step to 0 to disable.
TODO:Test effect of returning a billion rows matching getWhereList()
http://www.pytables.org/docs/manual/ch04.html#Table.read
Simple slice method which will return only the given columns
and rows. If colNumbers or rowNumbers is empty (or None), then all values
will be returned.
Initializes the structure based on
Adds a column and returns the position index of the new column.