Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/for-developers/design-philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ result = flow.get_node(final_node_id).get_resulting_data()
```

**Characteristics:**

- ⚡ Pull-based execution from the final node
- 🎯 Polars optimizes the entire pipeline
- 💨 Data flows once through optimized plan
Expand Down
Loading
Loading