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§
- Value
Status - Status of a VirtualValue without inspecting the actual data.
- Virtual
Value - A lazy reference to a value that can be materialized on demand.