lsst.dax.apdb gd4f24f6172+16051f7790
Public Member Functions | Public Attributes | List of all members
lsst.dax.apdb.apdbCassandra._RawRowFactory Class Reference

Public Member Functions

def __init__ (self, Iterable[ColumnDef] packedColumns)
 
Tuple[List[str], List[Tuple]] __call__ (self, List[str] colnames, List[Tuple] rows)
 

Public Attributes

 packedColumns
 

Detailed Description

Row factory that makes no conversions.

Parameters
----------
packedColumns : `list` [ `ColumnDef` ]
    Column definitions for packed columns.

Member Function Documentation

◆ __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: