Package | Description |
---|---|
io.picodata.driver.mappers.factories |
Contains factories for mappers and mappers stacks
|
Modifier and Type | Class and Description |
---|---|
class |
SingleValueWithTarantoolTupleResultMapperFactory
Factory for
CallResultMapper instances used for handling results with TarantoolTuple s |
Modifier and Type | Method and Description |
---|---|
<T> SingleValueWithTarantoolResultMapperFactory<T> |
ResultMapperFactoryFactory.singleValueTarantoolResultMapperFactory()
Create a factory for mapping stored function call result to
SingleValueCallResult containing a list
of tuples mapped to TarantoolResult
input: [x, y, z], MessagePack array from a Lua function multi return response
where x is a data structure with an array of tuples inside ([t1, t2, ...]) and y
can be interpreted as an error structure if it is not empty and there are no more arguments after y . |
<T> SingleValueWithTarantoolResultMapperFactory<T> |
ResultMapperFactoryFactoryImpl.singleValueTarantoolResultMapperFactory() |
Copyright © 2025 Picodata. All rights reserved.