Uses of Interface
io.trino.plugin.redis.decoder.RedisRowDecoder
Packages that use RedisRowDecoder
-
Uses of RedisRowDecoder in io.trino.plugin.redis.decoder.hash
Classes in io.trino.plugin.redis.decoder.hash that implement RedisRowDecoderModifier and TypeClassDescriptionclassThe row decoder for the Redis values that are stored in Hash format.Methods in io.trino.plugin.redis.decoder.hash that return RedisRowDecoderModifier and TypeMethodDescriptionHashRedisRowDecoderFactory.create(ConnectorSession session, RowDecoderSpec rowDecoderSpec) -
Uses of RedisRowDecoder in io.trino.plugin.redis.decoder.zset
Classes in io.trino.plugin.redis.decoder.zset that implement RedisRowDecoderModifier and TypeClassDescriptionclassThe row decoder for the 'zset' format.Methods in io.trino.plugin.redis.decoder.zset that return RedisRowDecoderModifier and TypeMethodDescriptionZsetRedisRowDecoderFactory.create(ConnectorSession session, RowDecoderSpec rowDecoderSpec)