x_skewed_info Data Type

Table skew info.

Java class for x_skewed_info complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_skewed_info">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="col_names" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="col_values" type="{uri:lens:cube:0.1}x_skew_col_list" maxOccurs="unbounded" minOccurs="0"/>
         <element name="value_location_map" type="{uri:lens:cube:0.1}x_skewed_value_location" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

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----->