Visits a structured query and returns a function that applies the query on a Supabase database. This is used in translating a structured query into a format that can be understood by Supabase.
visitStructuredQuery(query: StructuredQuery): __type| Name | Type | Description |
|---|---|---|
query* | StructuredQuery | The structured query to be visited. |