A query function that returns a single page of results from an individual shard.
This function will typically be composed dynamically to express a specific query index & logic. The arguments to this function will be provided by the EntityManager.query method, which assembles many returned pages queried across multiple shards into a single query result.
A query function that returns a single page of results from an individual shard.
This function will typically be composed dynamically to express a specific query index & logic. The arguments to this function will be provided by the
EntityManager.query
method, which assembles many returned pages queried across multiple shards into a single query result.