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

x_partition_list Data Type

Compact data structure for storing List of partitions.

Java class for x_partition_list complex type.

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

 <complexType name="x_partition_list">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partition" type="{uri:lens:cube:0.1}x_partition" 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
partition x_partition element ns2 0/unbounded  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <partition fact_or_dimension_table_name="..." input_format="..." location="..." name="..." output_format="..." serde_classname="..." update_period="...">
    <non_time_partition_spec>
      <part_spec_element/>
    </non_time_partition_spec>
    <time_partition_spec>
      <part_spec_element/>
    </time_partition_spec>
    <full_partition_spec>
      <part_spec_element/>
    </full_partition_spec>
    <partition_parameters>
      <property/>
    </partition_parameters>
    <serde_parameters>
      <property/>
    </serde_parameters>
  </partition>
</x----->