Package ai.velr
Class ExplainTrace
java.lang.Object
ai.velr.ExplainTrace
- All Implemented Interfaces:
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
Return the compact textual trace.- Returns:
- compact explain output
-
toCompactString
Return the compact textual trace.- Returns:
- compact explain output
-
close
public void close()Close this explain trace.- Specified by:
closein interfaceAutoCloseable
-