Class ResultSetConverter

java.lang.Object
tech.ydb.yoj.repository.ydb.client.ResultSetConverter

public class ResultSetConverter extends Object
  • Constructor Details

    • ResultSetConverter

      public ResultSetConverter(com.yandex.ydb.table.result.ResultSetReader resultSet)
  • Method Details

    • stream

      public <RESULT> Stream<RESULT> stream(BiFunction<List<com.yandex.ydb.ValueProtos.Column>,com.yandex.ydb.ValueProtos.Value,RESULT> mapper)