to_json
xorq.api.to_json(expr, path, params=None)Write the results of expr to a NDJSON file.
This method is eager and will execute the associated expression immediately.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| path | str | Path | TextIOWrapper | The data source. A string or Path to the Delta Lake table. | required |
| **kwargs | Additional, backend-specific keyword arguments. | required | |
| https | required |