Values_2.StatementSourceThe statement or request for a particular action to occur in a session.
type nonrec t = {id : Values_0.IntegerValue.t option;The ID of the statement.
*)code : Values_0.GenericString.t option;The execution code of the statement.
*)state : StatementState.t option;The state while request is actioned.
*)output : StatementOutput.t option;The output in JSON.
*)progress : Values_1.DoubleValue.t option;The code execution progress.
*)startedOn : LongValue.t option;The unix time and date that the job definition was started.
*)completedOn : LongValue.t option;The unix time and date that the job definition was completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_1.DoubleValue.t
| `Enum of string
| `Integer of Values_0.IntegerValue.t
| `Long of LongValue.t
| `String of Values_0.GenericString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.IntegerValue.t
| `List of [> `String of Values_0.GenericString.t ] list
| `String of Values_0.GenericString.t
| `Structure of
(string * [> `String of Values_0.GenericString.t ]) list ])
list ])
list ]