Module: Trino::Client::PrestoHeaders

Defined in:
lib/trino/client/faraday_client.rb

Constant Summary collapse

PRESTO_USER =
"X-Presto-User"
PRESTO_SOURCE =
"X-Presto-Source"
PRESTO_CATALOG =
"X-Presto-Catalog"
PRESTO_SCHEMA =
"X-Presto-Schema"
PRESTO_TIME_ZONE =
"X-Presto-Time-Zone"
PRESTO_LANGUAGE =
"X-Presto-Language"
PRESTO_SESSION =
"X-Presto-Session"
PRESTO_CLIENT_INFO =
"X-Presto-Client-Info"
PRESTO_CLIENT_TAGS =
"X-Presto-Client-Tags"
PRESTO_CURRENT_STATE =
"X-Presto-Current-State"
PRESTO_MAX_WAIT =
"X-Presto-Max-Wait"
PRESTO_MAX_SIZE =
"X-Presto-Max-Size"
PRESTO_PAGE_SEQUENCE_ID =
"X-Presto-Page-Sequence-Id"