> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pixeltable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RowBatch

> <a href="https://github.com/pixeltable/pixeltable/blob/main/pixeltable/row.py#L121" id="viewSource" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/View%20Source%20on%20Github-blue?logo=github&labelColor=gray" alt="View Source on GitHub" style={{ display: 'inline', margin: '0px' }} noZoom /></a>

# <span style={{ 'color': 'gray' }}>class</span>  pixeltable.RowBatch

A sequence of [`Row`](./row) instances that share a common schema.

Supports indexing (`batch[0]`), iteration, `len()`.

## <span style={{ 'color': 'gray' }}>method</span>  to\_json()

```python Signature theme={"theme":{"light":"light-plus","dark":"dark-plus"}}
to_json() -> list[dict[str, Any]]
```

Return a JSON-serializable list of row dicts (see [`Row.to_json()`](./row#method-to_json)).
