Package org.apache.calcite.rel
Class RelReferentialConstraintImpl
java.lang.Object
org.apache.calcite.rel.RelReferentialConstraintImpl
- All Implemented Interfaces:
RelReferentialConstraint
RelOptReferentialConstraint base implementation.
-
Method Summary
Modifier and TypeMethodDescriptionThe (source, target) column ordinals.The qualified name of the referencing table, e.g.The qualified name of the referenced table, e.g.static RelReferentialConstraintImpl
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.calcite.rel.RelReferentialConstraint
getNumColumns
-
Method Details
-
getSourceQualifiedName
Description copied from interface:RelReferentialConstraint
The qualified name of the referencing table, e.g. DEPT.- Specified by:
getSourceQualifiedName
in interfaceRelReferentialConstraint
-
getTargetQualifiedName
Description copied from interface:RelReferentialConstraint
The qualified name of the referenced table, e.g. EMP.- Specified by:
getTargetQualifiedName
in interfaceRelReferentialConstraint
-
getColumnPairs
Description copied from interface:RelReferentialConstraint
The (source, target) column ordinals.- Specified by:
getColumnPairs
in interfaceRelReferentialConstraint
-
of
-
toString
-