Class BiEngineStats

    • Constructor Detail

      • BiEngineStats

        public BiEngineStats()
    • Method Detail

      • getBiEngineMode

        @Nullable
        public abstract String getBiEngineMode()
        Specifies which mode of BI Engine acceleration was performed (if any).
        Returns:
        value or null for none
      • getBiEngineReasons

        @Nullable
        public abstract List<BiEngineReason> getBiEngineReasons()
        In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.
        Returns:
        value or null for none