I see you can create views in spanner (awesome!). My use case is for our analytics, we often have to do joins constantly and having a view seems to make it accessible by our app.
But in the documentation, I see we cannot access them via the read api. How can I access it then? In the documentation, it says "Views can provide logical data-modeling to applications", which makes me think there must be a way to access.
Where in the documentation can I read how my application can access this?