x_native_table Data Type

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
createtime int attribute 1/1  
dbname string attribute 1/1  
lastAccessTime int attribute 1/1  
name string attribute 1/1  
owner string attribute 0/1  
table_type string attribute 1/1  
columns x_columns element ns2 1/1  
storage_descriptor x_storage_table_desc element ns2 1/1  

Example

<x----- createtime="..." dbname="..." lastAccessTime="..." name="..." owner="..." table_type="..." xmlns="uri:lens:cube:0.1">
  <columns>
    <column _type="..." comment="..." name="..."/>
  </columns>
  <storage_descriptor collection_delimiter="..." compressed="..." escape_char="..." external="..." field_delimiter="..." input_format="..." line_delimiter="..." map_key_delimiter="..." num_buckets="..." output_format="..." serde_class_name="..." storage_handler_name="..." table_location="...">
    <part_cols>
      <column/>
    </part_cols>
    <table_parameters>
      <property/>
    </table_parameters>
    <serde_parameters>
      <property/>
    </serde_parameters>
    <bucket_cols>...</bucket_cols>
    <sort_cols>...</sort_cols>
    <sort_col_order>...</sort_col_order>
    <skewed_info>
      <col_names>...</col_names>
      <col_values/>
      <value_location_map/>
    </skewed_info>
    <time_part_cols>...</time_part_cols>
  </storage_descriptor>
</x----->