XML Query Algebra

  • defines operators on the query data model
  • a strongly-typed language
  • emphasis on the optimizability of queries
  • defines equivalence laws
  • queries are composable; expressions have first-order importance
  • meant primarily for implementors; ultimately, users shouldn't need to refer to the Algebra spec
  • http://www.w3.org/TR/query-algebra
<<<  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15    >>>