Athena Parser
Overview
The purpose of this package is to provide an easy method of turning the external aws_sdk_athena::types::ResultSet
into a user defined struct of various types.
Usage
Ensure that named values within your struct correspond to the column names of the Athena query result set.
use ;