Package com.yandex.ydb.table.result.impl
Class ProtoValueReaders
- java.lang.Object
-
- com.yandex.ydb.table.result.impl.ProtoValueReaders
-
public class ProtoValueReaders extends Object
- Author:
- Sergey Polovko
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResultSetReaderforResultSet(com.yandex.ydb.ValueProtos.ResultSet resultSet)static ResultSetReaderforResultSets(Collection<ResultSetReader> resultSets)static ValueReaderforType(com.yandex.ydb.ValueProtos.Type type)
-
-
-
Method Detail
-
forResultSet
public static ResultSetReader forResultSet(com.yandex.ydb.ValueProtos.ResultSet resultSet)
-
forResultSets
public static ResultSetReader forResultSets(Collection<ResultSetReader> resultSets)
-
forType
public static ValueReader forType(com.yandex.ydb.ValueProtos.Type type)
-
-