Uses of Class
org.apache.calcite.sql2rel.RelDecorrelator
Packages that use RelDecorrelator
-
Uses of RelDecorrelator in org.apache.calcite.sql2rel
Methods in org.apache.calcite.sql2rel that return RelDecorrelatorModifier and TypeMethodDescriptionRelDecorrelator.Config.decorrelator()Returns the RelDecorrelator that will be context for the created rule instance.protected RelDecorrelatorRelDecorrelator.getVisitor()Returns thevisitoron which theMethodDispatcherdispatches eachdecorrelateRelmethod, the default implementation returns this instance, if you got a sub-class, override this method to replace thevisitoras the sub-class instance.Methods in org.apache.calcite.sql2rel with parameters of type RelDecorrelatorModifier and TypeMethodDescriptionRelDecorrelator.Config.withDecorrelator(RelDecorrelator decorrelator)