Skip to main content

Class GPUdbSqlIterator

class gpudb.GPUdbSqlIterator(db: GPUdb, sql: str, batch_size: int = 5000, sql_params=[], sql_opts: dict = )

Iterates over the records of a given query.

Example