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 RelReferentialConstraintImpltoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.calcite.rel.RelReferentialConstraint
getNumColumns
-
Method Details
-
getSourceQualifiedName
Description copied from interface:RelReferentialConstraintThe qualified name of the referencing table, e.g. DEPT.- Specified by:
getSourceQualifiedNamein interfaceRelReferentialConstraint
-
getTargetQualifiedName
Description copied from interface:RelReferentialConstraintThe qualified name of the referenced table, e.g. EMP.- Specified by:
getTargetQualifiedNamein interfaceRelReferentialConstraint
-
getColumnPairs
Description copied from interface:RelReferentialConstraintThe (source, target) column ordinals.- Specified by:
getColumnPairsin interfaceRelReferentialConstraint
-
of
-
toString
-