.. 
   ****************************************************************************
    pgRouting Manual
    Copyright(c) pgRouting Contributors

    This documentation is licensed under a Creative Commons Attribution-Share  
    Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/
   ****************************************************************************

.. _data_types:

pgRouting Data Types
===============================================================================

The following are commonly used data types for some of the pgRouting functions.

  -  :ref:`type_cost_result` -  A set of records to describe a path result with cost attribute.
  -  :ref:`pgr_costResult3[] <type_cost_result3>` - A set of records to describe a path result with cost attribute.
  -  :ref:`pgr_geomResult <type_geom_result>` - A set of records to describe a path result with geometry attribute.



.. toctree::
   :hidden:

	pgr_costResult[] - Path Result with Cost <cost_result>
	pgr_geomResult[] - Path Result with Geometry  <geom_result>
