Flow PHP

SpilledRows.php

Classes

SpilledRows
A source that can be read only once, made replayable: every row is written to a temporary schema-less spill file as it streams past, and the replay reads the file back. The source is advanced exactly once, ever; the spill it produced can be replayed as often as the caller likes, and lives until this object is collected.
On this page

Search results