diff --git a/arangod/Aql/Types.h b/arangod/Aql/Types.h index 312d5aa059..b5c5086c19 100644 --- a/arangod/Aql/Types.h +++ b/arangod/Aql/Types.h @@ -292,6 +292,14 @@ namespace triagens { // ----------------------------------------------------------------------------- // --SECTION-- AqlItemBlock // ----------------------------------------------------------------------------- +// an is a x vector of s (not +// pointers). The size of an is the number of items. Entries in a +// given column (i.e. all the values of a given register for all items in the +// block) have the same type and belong to the same collection. The document +// collection for a particular column are accessed via , +// and the entire array of document collections is accessed by +// . There is no access to an entire item, only access to +// particular registers of an item (via getValue). class AqlItemBlock { @@ -402,7 +410,7 @@ namespace triagens { } //////////////////////////////////////////////////////////////////////////////// -/// @brief getter for _data +/// @brief getter for _docColls //////////////////////////////////////////////////////////////////////////////// vector& getDocumentCollections () {