Class to encapsulate a Presto session
A session contains temporary attributes and information that are only useful for the session. It's attached to a PrestoConnection for as long as as the connection lives. There are a few types of information stored.
.parameters
: List of Presto session parameters to be added to the X-Presto-Session header..ctes
: List of common table expressions (CTEs), i.e. SELECT statements with names. They can be used in a WITH statement.