swat.cas.table.CASTable.itertuples

CASTable.itertuples(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