Module Conf

module Conf: sig .. end

val system : string
val version : string
val copyright : string
val status : string
val motd : string
val xquery_version : string
val galax_library : string
val pervasive_content : string Stdlib.ref
val unicode_maps : string option Stdlib.ref
val print_global : bool Stdlib.ref
val print_prolog : bool Stdlib.ref
val verbose : bool Stdlib.ref
val verbose_error : bool Stdlib.ref
val warning : bool Stdlib.ref
val xml_charescape_fn : (string -> string) Stdlib.ref
val print_xml : bool Stdlib.ref
val xml_output : Stdlib.out_channel Stdlib.ref
val xml_formatter : Stdlib.Format.formatter Stdlib.ref
val xml_header : string Stdlib.ref
val xml_footer : string Stdlib.ref
val print_expr : bool Stdlib.ref
val expr_output : Stdlib.out_channel Stdlib.ref
val expr_formatter : Stdlib.Format.formatter Stdlib.ref
val expr_header : string Stdlib.ref
val expr_footer : string Stdlib.ref
val print_type : bool Stdlib.ref
val type_output : Stdlib.out_channel Stdlib.ref
val type_formatter : Stdlib.Format.formatter Stdlib.ref
val type_header : string Stdlib.ref
val type_footer : string Stdlib.ref
val print_core_expr : bool Stdlib.ref
val core_expr_output : Stdlib.out_channel Stdlib.ref
val core_expr_formatter : Stdlib.Format.formatter Stdlib.ref
val core_expr_header : string Stdlib.ref
val core_expr_footer : string Stdlib.ref
val print_annotations : bool Stdlib.ref
val print_optimized_expr : bool Stdlib.ref
val optimized_expr_output : Stdlib.out_channel Stdlib.ref
val optimized_expr_formatter : Stdlib.Format.formatter Stdlib.ref
val optimized_expr_header : string Stdlib.ref
val optimized_expr_footer : string Stdlib.ref
val print_factorized_expr : bool Stdlib.ref
val factorized_expr_output : Stdlib.out_channel Stdlib.ref
val factorized_expr_formatter : Stdlib.Format.formatter Stdlib.ref
val factorized_expr_header : string Stdlib.ref
val factorized_expr_footer : string Stdlib.ref
val print_projection : bool Stdlib.ref
val projection_output : Stdlib.out_channel Stdlib.ref
val projection_formatter : Stdlib.Format.formatter Stdlib.ref
val print_projected_file : bool Stdlib.ref
val projected_file_output : Stdlib.out_channel Stdlib.ref
val projected_file_formatter : Stdlib.Format.formatter Stdlib.ref
val glx_stderr : Stdlib.out_channel Stdlib.ref
val glx_err_formatter : Stdlib.Format.formatter Stdlib.ref
val print_algebra_optimization_rewrite : bool Stdlib.ref
val algebra_optimization_rewrite_output : Stdlib.out_channel Stdlib.ref
val algebra_optimization_rewrite_formatter : Stdlib.Format.formatter Stdlib.ref
val algebra_optimization_rewrite_header : string Stdlib.ref
val algebra_optimization_rewrite_footer : string Stdlib.ref
val print_logical_algebra : bool Stdlib.ref
val logical_algebra_output : Stdlib.out_channel Stdlib.ref
val logical_algebra_formatter : Stdlib.Format.formatter Stdlib.ref
val logical_algebra_header : string Stdlib.ref
val logical_algebra_footer : string Stdlib.ref
val serialize_logical_algebra : bool Stdlib.ref
val print_optimized_algebra : bool Stdlib.ref
val optimized_algebra_output : Stdlib.out_channel Stdlib.ref
val optimized_algebra_formatter : Stdlib.Format.formatter Stdlib.ref
val optimized_algebra_header : string Stdlib.ref
val optimized_algebra_footer : string Stdlib.ref
val print_physical_algebra : bool Stdlib.ref
val physical_algebra_output : Stdlib.out_channel Stdlib.ref
val physical_algebra_formatter : Stdlib.Format.formatter Stdlib.ref
val physical_algebra_header : string Stdlib.ref
val physical_algebra_footer : string Stdlib.ref
val print_dfgraph : bool Stdlib.ref
val dfgraph_output : Stdlib.out_channel Stdlib.ref
val dfgraph_formatter : Stdlib.Format.formatter Stdlib.ref
val genresults : bool Stdlib.ref
val load_xml_plans : bool Stdlib.ref
val execute_logical_plan : bool Stdlib.ref
val execute_optimized_plan : bool Stdlib.ref
val emptyns : string
val xmlns : string
val xmlnsns : string
val xsns : string
val xsdns : string
val xsins : string
val fnns : string
val xqxns : string
val opns : string
val fsns : string
val collns : string
val errns : string
val localns : string
val glxns : string
val bPrinting_comp_annotations : bool Stdlib.ref
val print_materialize : bool Stdlib.ref
val new_descendant_style : bool Stdlib.ref
val aggressive_sbdo_remove : bool Stdlib.ref
val nested_loop_join : bool Stdlib.ref
val force_materialized_variables : bool Stdlib.ref
val allow_streamed_tuple_fields : bool Stdlib.ref
val old_children_method : bool Stdlib.ref
val jungle_buffsize : int option Stdlib.ref
val buffer_chunks : int Stdlib.ref
val buffer_csize : int Stdlib.ref
val buffer_inc : int Stdlib.ref
val countload : int Stdlib.ref
val countnext : int Stdlib.ref
val countexpo : int Stdlib.ref
type language_kind = 
| Language_XQuery10
| Language_XQueryUpdates
| Language_XQueryBang
| Language_XQueryP
| Language_DXQ
val language : language_kind Stdlib.ref
val set_language : language_kind -> unit
val is_xquery : unit -> bool
val is_ultf : unit -> bool
val is_xquerybang : unit -> bool
val is_xqueryp : unit -> bool
val is_dxq : unit -> bool
type syntax_kind = 
| XQuery_Syntax
| XQueryX_Syntax
val syntax : syntax_kind Stdlib.ref
val set_syntax : syntax_kind -> unit
val is_xquery_syntax : unit -> bool
val is_xqueryx_syntax : unit -> bool
val batch_xqueryx : bool Stdlib.ref
val embed_xqueryx : bool Stdlib.ref
type materialize_tables_kind = 
| Always
| Analysis
| Never
val set_materialize_tables : materialize_tables_kind -> unit
val get_materialize_tables : unit -> materialize_tables_kind