Package com.amazonaws.athena.connectors.redis
-
Class Summary Class Description RedisCompositeHandler Boilerplate composite handler that allows us to use a single Lambda function for both Metadata and Data.RedisMetadataHandler Handles metadata requests for the Athena Redis Connector using Glue for schema.RedisRecordHandler Handles data read record requests for the Athena Redis Connector.ValueConverter Used to convert from Redis' native value/type system to the Apache Arrow type that was configured for the particular field. -
Enum Summary Enum Description KeyType Defines the support key types that can be used to define the keys that comprise a Redis table in glue.ValueType Defines the supported value types that can be used to define a Redis table in Glue and thus mapped to rows.