Class ResultSetConverter
java.lang.Object
tech.ydb.yoj.repository.ydb.client.ResultSetConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<RESULT> Stream<RESULT>stream(BiFunction<List<tech.ydb.proto.ValueProtos.Column>, tech.ydb.proto.ValueProtos.Value, RESULT> mapper)
-
Constructor Details
-
ResultSetConverter
public ResultSetConverter(tech.ydb.table.result.ResultSetReader resultSet)
-
-
Method Details
-
stream
public <RESULT> Stream<RESULT> stream(BiFunction<List<tech.ydb.proto.ValueProtos.Column>, tech.ydb.proto.ValueProtos.Value, RESULT> mapper)
-