You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
In the process of investigating #258, I noticed we didn't have implementations for GQL functions. In #266, I finished the implementation of query.ParameterizedFunction which is used to support GQL functions and implemented the LIST GQL function.
We need to go back to the GQL spec and figure out what all the GQL functions are and which we need to implement.
Some of these might be tricky. For example, we know there is a USER function which is intimately linked to the concept of users in GAE, a concept which doesn't really exist in GCP. We do have some implementation of model.UserProperty which attempts to address backwards compatibility with data stored in GAE. I don't know how successful it is, but it might be a source of inspiration.