module Xquery_physical_algebra_ast:sig
..end
typephysop_variable_binding =
Xquery_physical_type_ast.physical_variable_type
typephysop_tuple_field_binding =
Xquery_physical_type_ast.physical_tuple_field_type
typephysop_tuple_binding =
Xquery_physical_type_ast.physical_tuple_type
type
physop_expr_name =
| |
POIf |
| |
POWhile |
| |
POLetvar of |
| |
POTypeswitch of |
| |
POVar of |
| |
POScalar |
| |
POEmpty |
| |
POSeq_Stream |
| |
POSeq_Materialized |
| |
POImperativeSeq_Stream |
| |
POImperativeSeq_Materialized |
| |
PODocument_Stream |
| |
PODocument_Materialized |
| |
POPI_Stream |
| |
POPI_Materialized |
| |
POPIComputed_Stream |
| |
POPIComputed_Materialized |
| |
POComment_Stream |
| |
POComment_Materialized |
| |
POCommentComputed_Stream |
| |
POCommentComputed_Materialized |
| |
POText_Stream |
| |
POText_Materialized |
| |
POTextComputed_Stream |
| |
POTextComputed_Materialized |
| |
POElem_Stream |
| |
POElem_Materialized |
| |
POAnyElem_Stream |
| |
POAnyElem_Materialized |
| |
POAttr_Stream |
| |
POAttr_Materialized |
| |
POAnyAttr_Stream |
| |
POAnyAttr_Materialized |
| |
POError |
| |
POTreat |
| |
POValidate |
| |
POCast |
| |
POCastable |
| |
POSome of |
| |
POEvery of |
| |
POInputTuple |
| |
POCallBuiltIn |
| |
POCallOverloaded |
| |
POCallUserDefined |
| |
POConvertSimple |
| |
POPromoteNumeric |
| |
POPromoteAnyString |
| |
POUnsafePromoteNumeric |
| |
POCallBuiltIn_Fn_Count_Stream |
| |
POCallBuiltIn_Fs_First_Stream |
| |
POCallBuiltIn_Fs_Item2Node_Stream |
| |
POServerImplementsTree |
| |
POServerImplementsTuple |
| |
POForServerCloseTree |
| |
POForServerCloseTuple |
| |
POEvalClosureTree |
| |
POEvalClosureTuple |
| |
POExecuteTree |
| |
POExecuteTuple |
| |
POCreateTuple of |
| |
POAccessTuple of |
| |
POConcatTuples |
| |
POProject of |
| |
POMapFromItem of |
| |
POMapToItem |
| |
POMap |
| |
PONullMap of |
| |
POMapIndex of |
| |
POMapIndexStep of |
| |
POMapConcat |
| |
POOuterMapConcat of |
| |
POProduct |
| |
POSelect |
| |
POJoin_Hash |
| |
POJoin_Sort |
| |
POJoin_NestedLoop |
| |
POLeftOuterJoin_Hash of |
| |
POLeftOuterJoin_Sort of |
| |
POLeftOuterJoin_NestedLoop of |
| |
POGroupBy of |
| |
POOrderBy |
| |
POCopy |
| |
PODelete |
| |
POInsert |
| |
PORename |
| |
POReplace |
| |
POSnap |
| |
POSet of |
| |
POParse_Stream |
| |
POParse_Load |
| |
POTreeJoin_Sort |
| |
POTreeJoin_Stream |
| |
POTreeJoin_NestedLoop |
| |
POTupleTreePattern_IndexSortJoin of |
| |
POTupleTreePattern_NestedLoop of |
| |
POTupleTreePattern_SCJoin of |
| |
POTupleTreePattern_Streaming of |
| |
POTupleTreePattern_TwigJoin of |