It looks like one query method is required, and the other two are "sugar". It's likely because in .Net SDK positional arguments are used.
In TypeScript it looks more convenient to use named arguments, so that transaction, initial filling of accumulator, reduce method and can be easily combined in one method.
Add generic query service to YDB SDK
The service suppose to be added the same as table service that already exists in YDB SDK.
Legend:
It looks like one query method is required, and the other two are "sugar". It's likely because in .Net SDK positional arguments are used. In TypeScript it looks more convenient to use named arguments, so that transaction, initial filling of accumulator, reduce method and can be easily combined in one method.
Depends from:
343
342