missing part is to identify the query, but we can probably find a way
z
zwass
01/26/2021, 2:55 AM
If we figure out how to solve this part I can work on the Go SDK
s
seph
01/26/2021, 3:05 AM
Need to make sure you pass
LIMIT
z
zwass
01/26/2021, 3:06 AM
This is definitely a tractable problem but one I have yet to come up with a satisfying solution for.
t
theopolis
01/26/2021, 6:14 PM
This deserves testing but I believe with the tables that use yield-style generators in the vtable scan implementation, the table (or subscriber) is only called the exact number of times required. So limit would be handled automatically in the core implementation for subscribers.