to_pyarrow
xorq.api.to_pyarrow(expr, **kwargs)Execute expression and return results in as a pyarrow table.
This method is eager and will execute the associated expression immediately.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| kwargs | Any | Keyword arguments | {} |
Returns
| Name | Type | Description |
|---|---|---|
| Table | A pyarrow table holding the results of the executed expression. |