Skip to main content

class  pixeltable.RowBatch

A sequence of Row instances that share a common schema. Supports indexing (batch[0]), iteration, len().

method  to_json()

Signature
Return a JSON-serializable list of row dicts (see Row.to_json()).
Last modified on August 7, 2026