prestodb / presto-go-client

A Presto client for the Go programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get presto query ID

zhaozy93 opened this issue · comments

There is one struct but not used named infoResponse.

type infoResponse struct { QueryID string json:"queryId"State stringjson:"state" }