Package ai.velr

Class ExplainTrace

java.lang.Object
ai.velr.ExplainTrace
All Implemented Interfaces:
AutoCloseable

public final class ExplainTrace extends Object implements AutoCloseable
Explain or explain-analyze trace returned by Velr.

An explain trace owns native resources and should be closed when no longer needed.

  • Method Details

    • compact

      public String compact()
      Return the compact textual trace.
      Returns:
      compact explain output
    • toCompactString

      public String toCompactString()
      Return the compact textual trace.
      Returns:
      compact explain output
    • close

      public void close()
      Close this explain trace.
      Specified by:
      close in interface AutoCloseable