Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-2875

Some misspellings in RelOptListener

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.19.0
    • None

    Description

      There are some misspellings in RelOptListener:
      /**

      • Notifies this listener that a relational expression has been chosen as
      • part of the final implementation of the query plan. After the plan is
      • copmlete, this is called one more time with null for the rel.
        *
      • @param event details about the event
        */
        void relChosen(RelChosenEvent event);

      /** Event indicating that a planner rule has been attemptedd. */
      class RuleAttemptedEvent extends RuleEvent {
      private final boolean before;

      public RuleAttemptedEvent(
      Object eventSource,
      RelNode rel,
      RelOptRuleCall ruleCall,
      boolean before)

      { super(eventSource, rel, ruleCall); this.before = before; }

      public boolean isBefore()

      { return before; }

      }

      Attachments

        Issue Links

          Activity

            People

              Chunwei Lei Chunwei Lei
              Chunwei Lei Chunwei Lei
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m