@attention The output will be written to the stream using UTF-8 encoding.
@param config A neo4j client configuration.
@param stream The stream to render to.
@param plan The statement plan to render.
@param width The width of the table to render.
@return 0 on success, or -1 on error (errno will be set).
Render a statement plan as a table.
@attention The output will be written to the stream using UTF-8 encoding.
@param config A neo4j client configuration. @param stream The stream to render to. @param plan The statement plan to render. @param width The width of the table to render. @return 0 on success, or -1 on error (errno will be set).