Class HashRedisFieldDecoder
java.lang.Object
io.trino.plugin.redis.decoder.hash.HashRedisFieldDecoder
- All Implemented Interfaces:
RedisFieldDecoder<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(String value, DecoderColumnHandle columnHandle) Decode a value for the given column handle.
-
Constructor Details
-
HashRedisFieldDecoder
public HashRedisFieldDecoder()
-
-
Method Details
-
decode
Description copied from interface:RedisFieldDecoderDecode a value for the given column handle.- Specified by:
decodein interfaceRedisFieldDecoder<String>- Parameters:
value- The raw value as generated by the row decoder.columnHandle- The column for which the value is decoded.- Returns:
- A
FieldValueProviderinstance which returns a captured value for this specific column.
-