Values_1.ImpalaParametersSourceThe parameters that are required to connect to a Impala data source.
type nonrec t = {host : Host.t;The host name of the Impala data source.
*)port : Port.t;The port of the Impala data source.
*)database : Database.t option;The database of the Impala data source.
*)sqlEndpointPath : SqlEndpointPath.t;The HTTP path of the Impala data source.
*)}val make :
?database:??? ->
host:Host.t ->
port:Port.t ->
sqlEndpointPath:SqlEndpointPath.t ->
unit ->
t