Values.ProtectedQueryInputParametersSourceProvides information necessary to perform the protected query.
type nonrec t = {sqlParameters : ProtectedQuerySQLParameters.t;computeConfiguration : ComputeConfiguration.t option;Provides configuration information for the workers that will perform the protected query.
*)resultFormat : ResultFormat.t option;The format in which the query results should be returned. If not specified, defaults to CSV.
*)}val make :
?computeConfiguration:??? ->
?resultFormat:??? ->
sqlParameters:ProtectedQuerySQLParameters.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of ProtectedQuerySQLParametersQueryStringString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of WorkerComputeConfigurationNumberInteger.t
| `Structure of
(string
* [> `Map of
([> `String of SparkPropertyKey.t ]
* [> `String of SparkPropertyValue.t ])
list ])
list ])
list ])
list ])
list ]