Values.QueryExecutionContextSourceThe database and data catalog context in which the query execution occurs.
type nonrec t = {database : DatabaseString.t option;The name of the database used in the query execution. The database must exist in the catalog.
*)catalog : CatalogNameString.t option;The name of the data catalog used in the query execution.
*)}