|
def | __init__ (self, Iterable[ColumnDef] packedColumns) |
|
Tuple[List[str], List[Tuple]] | __call__ (self, List[str] colnames, List[Tuple] rows) |
|
Row factory that makes no conversions.
Parameters
----------
packedColumns : `list` [ `ColumnDef` ]
Column definitions for packed columns.
◆ __call__()
Tuple[List[str], List[Tuple]] lsst.dax.apdb.apdbCassandra._RawRowFactory.__call__ |
( |
|
self, |
|
|
List[str] |
colnames, |
|
|
List[Tuple] |
rows |
|
) |
| |
Return parameters without change.
Parameters
----------
colname : `list` of `str`
Names of the columns.
rows : `list` of `tuple`
Result rows
Returns
-------
colname : `list` of `str`
Names of the columns.
rows : `list` of `tuple`
Result rows
The documentation for this class was generated from the following file:
- python/lsst/dax/apdb/apdbCassandra.py