TinyBase logoTinyBase β

CellIdMapper

The CellIdMapper type describes a function used by a SelectAll clause to map a source Cell Id to a Cell Id in the query result.

(cellId: Id): Id
TypeDescription
cellIdId

The Id of a Cell in the source Row.

returnsId

The Id to use for that Cell in the result Row.

Since

v9.4.0