x_flattened_columns Data Type

LENS will use this type to return all flattened columns reachable from a cube or dimension. This type is not expected to be created by end-users directly.

Java class for x_flattened_columns complex type.

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

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

Example

<x----- xmlns="uri:lens:cube:0.1">
  <flattened_column chain_name="..." table_name="...">
    <measure _type="..." default_aggr="..." end_time="..." format_string="..." max="..." min="..." start_time="..." unit="..."/>
    <expression _type="...">
      <expr_spec/>
    </expression>
    <dim_attribute _type="..." end_time="..." num_distinct_values="..." start_time="...">
      <chain_ref_column/>
      <hierarchy/>
      <values>...</values>
    </dim_attribute>
  </flattened_column>
</x----->