swat.cas.table.CASTable.itertuples

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

Iterate over rows as tuples

Parameters:
index : boolean, optional

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

chunksize : int or long, optional

The number of rows to retrieve in each fetch.

Returns:
iterator of row tuples