I'm guessing you can't use `(x: number, y: string) => x === parseInt(y)`?
Functions don't have to be optimization barries. If you mark them as stable or immutable I believe postgres will inline them whenever they are used such that they can be optimized.
I'm guessing you can't use `(x: number, y: string) => x === parseInt(y)`?
Functions don't have to be optimization barries. If you mark them as stable or immutable I believe postgres will inline them whenever they are used such that they can be optimized.