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

XJoinChains Data Type

Set of join chains.

Java class for x_join_chains complex type.

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

 <complexType name="x_join_chains">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="join_chain" type="{uri:lens:cube:0.1}x_join_chain" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
join_chain array of array of XJoinChain

Example

{
  "join_chain" : [ [ {
    "dest_table" : "...",
    "paths" : {
      "path" : [ [ { }, { } ], [ { }, { } ] ]
    },
    "name" : "...",
    "tags" : {
      "property" : [ [ { }, { } ], [ { }, { } ] ]
    }
  }, {
    "dest_table" : "...",
    "paths" : {
      "path" : [ [ { }, { } ], [ { }, { } ] ]
    },
    "name" : "...",
    "tags" : {
      "property" : [ [ { }, { } ], [ { }, { } ] ]
    }
  } ], [ {
    "dest_table" : "...",
    "paths" : {
      "path" : [ [ { }, { } ], [ { }, { } ] ]
    },
    "name" : "...",
    "tags" : {
      "property" : [ [ { }, { } ], [ { }, { } ] ]
    }
  }, {
    "dest_table" : "...",
    "paths" : {
      "path" : [ [ { }, { } ], [ { }, { } ] ]
    },
    "name" : "...",
    "tags" : {
      "property" : [ [ { }, { } ], [ { }, { } ] ]
    }
  } ] ]
}