This project has retired. For details please refer to its Attic page.
Lens Server: x_skewed_info

x_skewed_info Data Type

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
col_names string element ns2 0/unbounded  
col_values x_skew_col_list element ns2 0/unbounded  
value_location_map x_skewed_value_location element ns2 0/unbounded  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <col_names>...</col_names>
  <col_values>
    <elements>...</elements>
  </col_values>
  <value_location_map location="...">
    <value>
      <elements>...</elements>
    </value>
  </value_location_map>
</x----->