google.appengine.datastore.datastore_stub_util.ParseKeyFilteredQuery

Parse queries which only allow filters and ascending-orders on key.

Raises exceptions for illegal queries. Args: filters: the normalized filters of a query. orders: the normalized orders of a query. Returns: The key range (a ValueRange over datastore_types.Key) requested in the query.