ydb-dotnet-sdk icon indicating copy to clipboard operation
ydb-dotnet-sdk copied to clipboard

dev: Fix query stream example

Open rekby opened this issue 1 year ago • 0 comments

for sum something without allocate memory for full result: result.Add(Series.FromRow(row));

need change example: private async Task StreamSelect()

rekby avatar Dec 14 '23 14:12 rekby