You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
(https://github.com/ydb-platform/ydb-dotnet-sdk/blob/main/src/Ydb.Sdk/src/Services/Query/QueryClient.cs)
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.
all available YDB types are supported
Depends from:
Make Generic Query API proposal #343
dev: Take out shared code that works with YDB sessions #342
The text was updated successfully, but these errors were encountered: