missing part is to identify the query, but we can ...
# extensions
a
missing part is to identify the query, but we can probably find a way
z
If we figure out how to solve this part I can work on the Go SDK
s
Need to make sure you pass
LIMIT
z
This is definitely a tractable problem but one I have yet to come up with a satisfying solution for.
t
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.