Class HashRedisRowDecoderFactory
- java.lang.Object
-
- io.trino.plugin.redis.decoder.hash.HashRedisRowDecoderFactory
-
- All Implemented Interfaces:
RowDecoderFactory
public class HashRedisRowDecoderFactory extends Object implements RowDecoderFactory
-
-
Constructor Summary
Constructors Constructor Description HashRedisRowDecoderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowDecodercreate(Map<String,String> decoderParams, Set<DecoderColumnHandle> columns)
-
-
-
Method Detail
-
create
public RowDecoder create(Map<String,String> decoderParams, Set<DecoderColumnHandle> columns)
- Specified by:
createin interfaceRowDecoderFactory
-
-