Skip to main content

Module virtual_value

Module virtual_value 

Source
Expand description

Virtual values — lazy references to data that can be materialized on demand.

Instead of eagerly loading all intermediate results, VirtualValue keeps references (Materialized, Cached, Deferred, Stream) and only materializes when a filter actually needs the data.

Enums§

ValueStatus
Status of a VirtualValue without inspecting the actual data.
VirtualValue
A lazy reference to a value that can be materialized on demand.