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