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