Calcite doesn’t model foreign keys. But of course the Schema API might be on top of a metastore that does model foreign keys.
The only thing similar to this is Lattice[1]. It models a star schema, and which has many-to-one relationships from the fact table to each dimension table. Julian [1] https://calcite.apache.org/docs/lattice.html <https://calcite.apache.org/docs/lattice.html> > On Dec 5, 2016, at 1:35 AM, Prasad V S <[email protected]> wrote: > > Hi Team, > Is there any ways to identify relations between table data. > > Thanks,Prasad
