File tree Expand file tree Collapse file tree
src/main/java/io/tarantool/driver/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import io .tarantool .driver .api .metadata .TarantoolSpaceMetadata ;
44import io .tarantool .driver .api .tuple .TarantoolTuple ;
5+ import io .tarantool .driver .api .tuple .TarantoolTupleResult ;
56import io .tarantool .driver .exceptions .TarantoolTupleConversionException ;
67import io .tarantool .driver .mappers .converters .value .ArrayValueToTarantoolTupleConverter ;
78import org .msgpack .core .MessageTypeCastException ;
1516 *
1617 * @author Artyom Dubinin
1718 */
18- public class TarantoolTupleResultImpl extends TarantoolResultImpl <TarantoolTuple > {
19+ public class TarantoolTupleResultImpl extends TarantoolResultImpl <TarantoolTuple > implements TarantoolTupleResult {
1920
2021 protected TarantoolTupleResultImpl (
2122 ArrayValue rawTuples , TarantoolSpaceMetadata metadata ,
You can’t perform that action at this time.
0 commit comments