Commit c6a034d
docs(gfql): document Python-settable polars streaming/executor config
The engine guide said the streaming flags are 'read at import time' — no longer true:
they're read live and settable from Python (set_cpu_streaming / set_gpu_executor +
the public GPU_EXECUTORS options, added on the polars-engine PR). Document the Python
API alongside the existing env vars. doc-test:skip (the API lands with the polars PR
this docs PR stacks on).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8cb04d7 commit c6a034d
1 file changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
409 | | - | |
| 408 | + | |
410 | 409 | | |
411 | 410 | | |
412 | 411 | | |
| |||
416 | 415 | | |
417 | 416 | | |
418 | 417 | | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
419 | 432 | | |
420 | 433 | | |
421 | 434 | | |
| |||
0 commit comments