Closed philss closed 8 months ago
This is a new way to perform lazy frame operations.
The idea is to apply all operations to the Rust LazyFrame just when collecting. And we are storing each operation in a "stack".
Related to: https://github.com/elixir-explorer/explorer/issues/498
@josevalim I think this is good for a second look :)
This is a new way to perform lazy frame operations.
The idea is to apply all operations to the Rust LazyFrame just when collecting. And we are storing each operation in a "stack".
Related to: https://github.com/elixir-explorer/explorer/issues/498