Represents an edge associated with join path.
Java class for x_join_edge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_join_edge">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="from" type="{uri:lens:cube:0.1}x_table_reference"/>
<element name="to" type="{uri:lens:cube:0.1}x_table_reference"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| name | data type | description |
|---|---|---|
| from | XTableReference | |
| to | XTableReference |
Example
{
"from" : {
"table" : "...",
"column" : "...",
"maps_to_many" : true
},
"to" : {
"table" : "...",
"column" : "...",
"maps_to_many" : true
}
}