Function canonicalizeOfflineRegionQuery

  • Reduce a Query to its canonical identity plus its pagination window.

    Fails closed twice over. An unknown member is refused rather than dropped, because dropping it would answer a narrower question than the caller asked; and aggregation is refused outright, because a stored feature batch is not an aggregate and computing one locally would return a number the region never observed.

    Parameters

    • Optionalquery: Query<Record<string, unknown>>
    • OptionalsourceId: string

    Returns OfflineRegionQueryScopeV1