function isLoadSubsetRequestSubsumedBy(demand, acquisitionRequest): boolean;Defined in: packages/db/src/query/predicate-utils.ts:953
Returns whether one acquisition request subsumes another demand.
This is a directional relationship between request shapes, not proof of applied or authoritative coverage. It must not be replaced with DemandKey equality, which answers whether two exact requests are the same.
boolean