Skip to content

Dimension types

justjkk edited this page Jan 22, 2012 · 2 revisions

Dimension in a Star schema are used to slice and dice the analytics data. The following types are identified and supported:

  • string - Does not support Range operator.
  • integer - Stores integer.
  • date - Used to accept date values from timestamps and truncate them to date level precision. Accepts any string that is parseable by dateutil library.

If you find a need to support a new type, create a new issue and it shall be debated and added to the arsenal.

Clone this wiki locally