Uses of Interface
io.trino.plugin.redis.RedisFieldDecoder
-
Packages that use RedisFieldDecoder Package Description io.trino.plugin.redis.decoder.hash -
-
Uses of RedisFieldDecoder in io.trino.plugin.redis.decoder.hash
Classes in io.trino.plugin.redis.decoder.hash that implement RedisFieldDecoder Modifier and Type Class Description classHashRedisFieldDecoderConstructor parameters in io.trino.plugin.redis.decoder.hash with type arguments of type RedisFieldDecoder Constructor Description HashRedisRowDecoder(Map<DecoderColumnHandle,RedisFieldDecoder<String>> fieldDecoders)
-