Interface Explanation

  • All Known Implementing Classes:
    ExplanationImpl

    @Experimental
    public interface Explanation
    This is an experimental feature. The interface may be changed, moved or potentially removed in a future release.

    The interface is used to implement query explanations (query plan)

    Since:
    3.2.0
    • Method Detail

      • toJson

        java.lang.String toJson()
      • toDot

        java.lang.String toDot()