Interface QueryRecord.PartialResult.ExplainStep

    • Method Detail

      • recordEfficiency

        void recordEfficiency​(int nCost)
        Record the calculated cost of applying the filter as defined by calculateEffectiveness
        Parameters:
        nCost - an effectiveness estimate of how well the associated filter can use any applicable index
      • ensureStep

        QueryRecord.PartialResult.ExplainStep ensureStep​(Filter filter)
        Ensure an inner nested explain step for the given filter. If there is no inner nested step associated with the given filter then a new step is created.
        Parameters:
        filter - the filter to associate the new step with
        Returns:
        the inner nested step associated with the given filter