swat.cas.table.CASTable.itertuples

CASTable.itertuples(self, index=True, chunksize=None)

Iterate over rows as tuples

Parameters
indexboolean, optional

If True, return the index as the first item of the tuple.

chunksizeint or long, optional

The number of rows to retrieve in each fetch.

Returns
iterator of row tuples