Class ExplanationImpl

  • All Implemented Interfaces:
    Explanation

    @Experimental
    public class ExplanationImpl
    extends java.lang.Object
    implements Explanation
    This is an experimental feature. It may be changed, moved or potentially removed in a future release.
    Since:
    3.2.0
    • Field Detail

      • objectMapper

        com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • Constructor Detail

      • ExplanationImpl

        public ExplanationImpl​(GenericPlanNode genericPlanNode,
                               boolean timedOut)
    • Method Detail

      • toJson

        public java.lang.String toJson()
        Specified by:
        toJson in interface Explanation
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toDot

        public java.lang.String toDot()
        Specified by:
        toDot in interface Explanation