Kaydet (Commit) f6412b5b authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Let's explain what this method returns.

Change-Id: I2b081fe32d8851403867b9ad94de40bbe4b68838
üst f08b96bf
......@@ -264,6 +264,12 @@ public:
SC_DLLPUBLIC const DimsType& GetDimensions() const;
/**
* Get sort order map to sort row and column dimensions in order of
* appearance. Row dimensions get sorted before column dimensions. This
* is used to traverse result tree, which is structured following this
* order.
*/
const DimOrderType& GetDimensionSortOrder() const;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment